修复使用TopNav更多菜单样式不同步问题

master
RuoYi 3 years ago
parent 18004588ed
commit bab9941aac
  1. 2
      src/components/TopNav/index.vue
  2. 2
      src/layout/index.vue

@ -172,7 +172,7 @@ onMounted(() => {
} }
/* sub-menu item */ /* 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; float: left;
height: 50px !important; height: 50px !important;
line-height: 50px !important; line-height: 50px !important;

@ -99,7 +99,7 @@ function setLayout() {
} }
.sidebarHide .fixed-header { .sidebarHide .fixed-header {
width: calc(100%); width: 100%;
} }
.mobile .fixed-header { .mobile .fixed-header {

Loading…
Cancel
Save