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