fix navbar

This commit is contained in:
Ironsp
2026-05-13 15:13:44 +08:00
parent 8cac136e25
commit f7906bb579
4 changed files with 31 additions and 32 deletions

View File

@@ -127,7 +127,7 @@ const setLayout = () => {
width: calc(100% - #{$base-sidebar-width});
transition: width 0.28s;
background: $fixed-header-bg;
box-shadow: 0 2px 8px rgba(0, 21, 41, 0.10);
box-shadow: 0 2px 8px rgba(0, 21, 41, 0.1);
}
.hideSidebar .fixed-header {