mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-09-03 03:06:31 +00:00
修复使用TopNav更多菜单样式不同步问题
This commit is contained in:
@@ -172,7 +172,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
/* sub-menu item */
|
||||
.topmenu-container.el-menu--horizontal > .el-sub-menu .el-submenu__title {
|
||||
.topmenu-container.el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
|
||||
float: left;
|
||||
height: 50px !important;
|
||||
line-height: 50px !important;
|
||||
|
@@ -99,7 +99,7 @@ function setLayout() {
|
||||
}
|
||||
|
||||
.sidebarHide .fixed-header {
|
||||
width: calc(100%);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mobile .fixed-header {
|
||||
|
Reference in New Issue
Block a user