style: 样式调整

This commit is contained in:
rd
2025-08-18 18:09:45 +08:00
parent 3ec419976c
commit fe4cbc0cc1
2 changed files with 4 additions and 3 deletions

View File

@ -168,13 +168,14 @@ export default defineComponent({
@include menu-item; @include menu-item;
padding: 8px; padding: 8px;
&:hover { &:hover {
background: rgba(109, 76, 254, 0.08); background-color: rgba(109, 76, 254, 0.08);
color: #6d4cfe; color: #6d4cfe;
.svg-icon { .svg-icon {
color: #6d4cfe; color: #6d4cfe;
} }
} }
&.active { &.active {
background-color: #fff !important;
.label, .label,
.svg-icon { .svg-icon {
color: #6d4cfe; color: #6d4cfe;

View File

@ -21,7 +21,7 @@
align-items: center; align-items: center;
} }
&:hover { &:hover {
background: rgba(109, 76, 254, 0.08); background-color: rgba(109, 76, 254, 0.08);
color: #6d4cfe; color: #6d4cfe;
.label, .label,
.svg-icon { .svg-icon {
@ -29,7 +29,7 @@
} }
} }
&.active { &.active {
background: #fff !important; background-color: #fff !important;
.label, .label,
.svg-icon { .svg-icon {
color: #6d4cfe !important; color: #6d4cfe !important;