fix: 🐛 混合模式左侧菜单图标样式优化,顶部模式tagsView宽度样式问题修复
Former-commit-id: ee8da4939e9981aae62fbfec78fe2d9474d1a9ac
This commit is contained in:
@@ -218,6 +218,11 @@ function toggleSideBar() {
|
|||||||
width: $sideBarWidth;
|
width: $sideBarWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.svg-icon) {
|
||||||
|
margin-top: -2px;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.el-menu {
|
.el-menu {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,10 +74,6 @@ watchEffect(() => {
|
|||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile .fixed-header {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.isMix,
|
.isMix,
|
||||||
.isTop {
|
.isTop {
|
||||||
.fixed-header {
|
.fixed-header {
|
||||||
|
|||||||
@@ -39,11 +39,6 @@ html.dark {
|
|||||||
background-color: var(--el-color-primary-dark);
|
background-color: var(--el-color-primary-dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
.svg-icon,
|
|
||||||
svg {
|
|
||||||
fill: var(--el-text-color-regular);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-container {
|
.sidebar-container {
|
||||||
.el-menu-item.is-active .svg-icon {
|
.el-menu-item.is-active .svg-icon {
|
||||||
fill: var(--el-color-primary);
|
fill: var(--el-color-primary);
|
||||||
|
|||||||
@@ -91,10 +91,6 @@
|
|||||||
.sidebar-container {
|
.sidebar-container {
|
||||||
width: 54px !important;
|
width: 54px !important;
|
||||||
|
|
||||||
.svg-icon {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
.logo-wrap {
|
.logo-wrap {
|
||||||
width: 54px !important;
|
width: 54px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user