fix 修复 固定页面header穿模问题

This commit is contained in:
疯狂的狮子Li
2023-07-24 16:47:51 +08:00
parent d532dc6fc0
commit f801f4fb11
2 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,7 @@ const setLayout = () => {
z-index: 9;
width: calc(100% - #{$base-sidebar-width});
transition: width 0.28s;
background: $fixed-header-bg;
}
.hideSidebar .fixed-header {