feat: 导航混合模式细节完善

Former-commit-id: aa7373f0632d0d659c58272cfbdf1ee224d2c556
This commit is contained in:
april
2023-08-18 18:32:54 +08:00
parent 56b6f09e74
commit c77f16237d
8 changed files with 97 additions and 30 deletions

View File

@@ -74,7 +74,7 @@ watch(
--el-menu-item-height: 50px;
.logo-wrap {
width: 210px;
width: $sideBarWidth;
}
.el-menu {
@@ -95,7 +95,7 @@ watch(
.left-menu {
display: inline-block;
width: 210px;
width: $sideBarWidth;
background-color: $menuBg;
:deep(.el-menu) {