style: 样式调整

This commit is contained in:
rd
2025-09-01 09:45:51 +08:00
parent e0aaa74d4f
commit 9df9caf7ed
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -21,11 +21,11 @@
align-items: center; align-items: center;
} }
&:hover { &:hover {
background-color: rgba(109, 76, 254, 0.08); background-color: rgba(109, 76, 254, 0.08) !important;
color: #6d4cfe; color: #6d4cfe !important;
.label, .label,
.svg-icon { .svg-icon {
color: #6d4cfe; color: #6d4cfe !important;
} }
} }
&:not(.sub-menu-item) { &:not(.sub-menu-item) {