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

Former-commit-id: ee8da4939e
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 {

View File

@ -39,11 +39,6 @@ html.dark {
background-color: var(--el-color-primary-dark);
}
.svg-icon,
svg {
fill: var(--el-text-color-regular);
}
.sidebar-container {
.el-menu-item.is-active .svg-icon {
fill: var(--el-color-primary);

View File

@ -91,10 +91,6 @@
.sidebar-container {
width: 54px !important;
.svg-icon {
margin-right: 0;
}
.header {
.logo-wrap {
width: 54px !important;