mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 11:29:20 +08:00
fix: 左侧布局模式下取消固定 header 导致 header 底部阴影丢失 (#129)
This commit is contained in:
parent
41c7ac1c9a
commit
6d6ee82379
@ -87,7 +87,7 @@ $transition-time: 0.35s;
|
||||
}
|
||||
|
||||
.fixed-header {
|
||||
position: fixed;
|
||||
position: fixed !important;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 9;
|
||||
@ -96,6 +96,8 @@ $transition-time: 0.35s;
|
||||
}
|
||||
|
||||
.layout-header {
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
box-shadow: var(--el-box-shadow-lighter);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user