优化固定Header后顶部导航栏样式问题(I4XDN5)

This commit is contained in:
RuoYi
2022-03-17 09:42:39 +08:00
parent 0a3fcfd9f4
commit 857054179c
3 changed files with 8 additions and 1 deletions

View File

@ -101,6 +101,10 @@ export default {
width: calc(100% - 54px);
}
.sidebarHide .fixed-header {
width: calc(100%);
}
.mobile .fixed-header {
width: 100%;
}