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

This commit is contained in:
RuoYi
2025-09-04 19:58:58 +08:00
parent f0346b3def
commit 0c8e9ad74e
2 changed files with 16 additions and 9 deletions

View File

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