fix: 🐛 混合模式左侧菜单图标样式优化,顶部模式tagsView宽度样式问题修复
Former-commit-id: ee8da4939e9981aae62fbfec78fe2d9474d1a9ac
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user