This commit is contained in:
xiaojunnuo
2025-06-29 16:57:28 +08:00
parent 4fcfd089d8
commit 2d1504a057
4 changed files with 8 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
@import "./theme/index.less";
@import "./theme/default.less";
//@import "./theme/index.less";
//@import "./theme/default.less";
@import "./scroll.less";
@import "./transition.less";
@import "./fix-windicss.less";

View File

@@ -1,27 +0,0 @@
.ant-layout {
background-color: @colorPrimaryBg;
}
.ant-layout-header {
background-color: @colorPrimaryBg;
}
.ant-layout-sider {
background-color: @colorPrimaryBg;
}
.ant-menu {
background-color: @colorPrimaryBg;
&.ant-menu-submenu-popup {
background-color: transparent;
}
}
.aside-menu {
.ant-menu-submenu > .ant-menu {
background-color: @colorPrimaryBg;
}
.ant-menu-item-active {
background-color: @bg-menu-item-color;
}
.ant-menu-item-selected {
background-color: @bg-menu-item-color !important;
}
}

View File

@@ -1,3 +0,0 @@
@bg-menu-item-color:hsla (0,0%,100%,.5);
@colorPrimaryBg: #ebf1f6;
@primary-color: #1890ff;