|
@@ -143,4 +143,9 @@
|
|
.ant-menu-dark .ant-menu-item-selected {
|
|
.ant-menu-dark .ant-menu-item-selected {
|
|
background-color: #1b1c1e !important;
|
|
background-color: #1b1c1e !important;
|
|
}
|
|
}
|
|
|
|
+ // 点击菜单选中时候的背景色
|
|
|
|
+ .ant-menu-submenu-title:active,
|
|
|
|
+ .ant-menu-item:active {
|
|
|
|
+ background-color: #1b1c1e !important;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|