fix: 🐛 混合模式左侧菜单图标样式优化,顶部模式`tagsView`宽度样式问题修复
Former-commit-id: ee8da4939e
This commit is contained in:
parent
2e992f7425
commit
5a5050dad0
|
|
@ -218,6 +218,11 @@ function toggleSideBar() {
|
|||
width: $sideBarWidth;
|
||||
}
|
||||
|
||||
:deep(.svg-icon) {
|
||||
margin-top: -2px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.el-menu {
|
||||
border: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,10 +74,6 @@ watchEffect(() => {
|
|||
width: 100% !important;
|
||||
}
|
||||
|
||||
.mobile .fixed-header {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.isMix,
|
||||
.isTop {
|
||||
.fixed-header {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -91,10 +91,6 @@
|
|||
.sidebar-container {
|
||||
width: 54px !important;
|
||||
|
||||
.svg-icon {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.header {
|
||||
.logo-wrap {
|
||||
width: 54px !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue