fix: 🐛 混合模式左侧菜单图标样式优化,顶部模式tagsView宽度样式问题修复

Former-commit-id: ee8da4939e9981aae62fbfec78fe2d9474d1a9ac
This commit is contained in:
hxr
2023-09-05 23:26:39 +08:00
parent 2e992f7425
commit 5a5050dad0
4 changed files with 5 additions and 13 deletions

View File

@@ -218,6 +218,11 @@ function toggleSideBar() {
width: $sideBarWidth;
}
:deep(.svg-icon) {
margin-top: -2px;
margin-right: 5px;
}
.el-menu {
border: none;
}

View File

@@ -74,10 +74,6 @@ watchEffect(() => {
width: 100% !important;
}
.mobile .fixed-header {
width: 100%;
}
.isMix,
.isTop {
.fixed-header {