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

This commit is contained in:
RuoYi
2025-09-04 20:06:41 +08:00
parent ff9068b9d4
commit 7238dbb807
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;