|
@@ -139,13 +139,11 @@
|
|
padding-left: 0 !important;
|
|
padding-left: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- // 选中时候的样式
|
|
|
|
- .ant-menu-dark .ant-menu-item-selected {
|
|
|
|
- background-color: #1b1c1e !important;
|
|
|
|
- }
|
|
|
|
- // 点击菜单选中时候的背景色
|
|
|
|
|
|
+
|
|
|
|
+ // 点击菜单选中时候的背景色为透明色
|
|
|
|
+ .ant-menu-dark .ant-menu-item-selected,
|
|
.ant-menu-submenu-title:active,
|
|
.ant-menu-submenu-title:active,
|
|
.ant-menu-item:active {
|
|
.ant-menu-item:active {
|
|
- background-color: #1b1c1e !important;
|
|
|
|
|
|
+ background-color: transparent !important;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|