mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-02-06 02:15:06 +08:00
修复固定头部时出现的导航栏偏移问题(ICV9OH)
This commit is contained in:
@ -77,6 +77,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.main-container:has(.fixed-header) {
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.drawer-bg {
|
||||
background: #000;
|
||||
opacity: 0.3;
|
||||
|
||||
Reference in New Issue
Block a user