mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-24 02:59:16 +08:00
fix: 解决侧边栏收起状态下菜单长度不一致的问题 (#2137)
This commit is contained in:
parent
5e182d84d0
commit
9683a23fda
@ -22,7 +22,7 @@
|
||||
}
|
||||
}
|
||||
&.is-active {
|
||||
background-color: var(--el-menu-item-bg-color-active);;
|
||||
background-color: var(--el-menu-item-bg-color-active);
|
||||
border: 2px solid $primary-color;
|
||||
|
||||
&::before {
|
||||
@ -81,3 +81,7 @@
|
||||
padding: 4px 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-sub-menu__title {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user