mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
fix: fix the problem of collapsed display when the menu has no child nodes
This commit is contained in:
@@ -248,15 +248,15 @@
|
||||
}
|
||||
|
||||
&.ant-menu-inline-collapsed {
|
||||
.ant-menu-submenu-selected,
|
||||
.ant-menu-item-selected {
|
||||
.active-style();
|
||||
}
|
||||
|
||||
.ant-menu-item-selected {
|
||||
background: unset !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ant-menu-submenu-selected,
|
||||
.ant-menu-item-selected {
|
||||
.active-style();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user