修改了许多测试时遇到的问题
This commit is contained in:
@@ -39,12 +39,16 @@
|
||||
}
|
||||
|
||||
.admin-menu .ant-menu-item-selected {
|
||||
background: linear-gradient(135deg, #1890ff 0%, #36cfc9 100%);
|
||||
background: linear-gradient(135deg, #1890ff 0%, #36cfc9 100%) !important;
|
||||
}
|
||||
|
||||
.admin-menu .ant-menu-item-selected a,
|
||||
.admin-menu .ant-menu-item-selected .ant-menu-title-content,
|
||||
.admin-menu .ant-menu-item-selected .anticon {
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.admin-menu .ant-menu-item-selected:hover {
|
||||
background: linear-gradient(135deg, #1890ff 0%, #36cfc9 100%) !important;
|
||||
}
|
||||
|
||||
.admin-header {
|
||||
|
||||
Reference in New Issue
Block a user