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

This commit is contained in:
RuoYi
2025-09-04 20:06:26 +08:00
parent 1d2c8378f7
commit ac92ae3ae6
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;