style: side menu style

This commit is contained in:
jialin
2025-06-23 15:13:49 +08:00
parent 6be7140a47
commit fd3d7a6f29
13 changed files with 169 additions and 127 deletions
+9 -8
View File
@@ -313,19 +313,20 @@ body {
.ant-menu {
.ant-menu-item {
color: var(--ant-color-text) !important;
// color: var(--ant-color-text) !important;
&:active {
background-color: var(--ant-menu-item-selected-bg);
// background-color: var(--ant-menu-item-selected-bg);
}
}
.ant-menu-item:not(.ant-menu-item-selected) {
color: var(--ant-color-text);
// color: var(--ant-color-text);
}
.ant-menu-item.ant-menu-item-selected {
color: var(--ant-color-primary) !important;
// color: var(--ant-color-primary) !important;
font-weight: 400;
}
}
}
@@ -368,7 +369,7 @@ body {
.ant-menu {
.ant-menu-submenu-title {
color: var(--ant-color-text) !important;
// color: var(--ant-color-text) !important;
}
}
@@ -376,7 +377,7 @@ body {
.user-avatar.ant-menu-submenu {
.ant-menu-submenu-title {
padding-left: 10px;
color: var(--ant-color-text) !important;
// color: var(--ant-color-text) !important;
}
}
@@ -385,7 +386,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
color: var(--ant-color-text) !important;
// color: var(--ant-color-text) !important;
padding-inline: unset !important;
width: 100%;
margin-inline: 0 !important;
@@ -412,7 +413,7 @@ body {
display: flex;
justify-content: flex-start;
align-items: center;
color: var(--ant-color-text) !important;
// color: var(--ant-color-text) !important;
}
}