fix: 打包后左侧菜单栏有边框

pull/21/MERGE v1.0.1
xingyu 2023-06-08 19:03:21 +08:00
parent 7bc97ebf8a
commit cae30317a4
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
.@{prefix-cls} {
&-dark&-vertical .@{simple-prefix-cls}__parent {
background-color: @sider-dark-bg-color;
border: 0;
> .@{prefix-cls}-submenu-title {
background-color: @sider-dark-bg-color;
}
@ -12,6 +13,7 @@
&-dark&-vertical .@{simple-prefix-cls}__children,
&-dark&-popup .@{simple-prefix-cls}__children {
background-color: @sider-dark-lighten-bg-color;
border: 0;
> .@{prefix-cls}-submenu-title {
background-color: @sider-dark-lighten-bg-color;
}