1
0
forked from aixan/RuoYi-Vue

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

This commit is contained in:
RuoYi
2025-09-04 19:58:16 +08:00
parent 7558c176eb
commit e5faee66c8
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;