修复固定头部时出现的导航栏偏移问题(ICV9OH)

This commit is contained in:
RuoYi
2025-09-04 19:58:43 +08:00
parent abe8095320
commit ccc452eb6b
2 changed files with 16 additions and 10 deletions

View File

@@ -79,6 +79,11 @@ function setLayout() {
}
}
.main-container:has(.fixed-header) {
height: 100vh;
overflow: hidden;
}
.drawer-bg {
background: #000;
opacity: 0.3;