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;
padding: 8px;
&:hover {
background: rgba(109, 76, 254, 0.08);
background-color: rgba(109, 76, 254, 0.08);
color: #6d4cfe;
.svg-icon {
color: #6d4cfe;
}
}
&.active {
background-color: #fff !important;
.label,
.svg-icon {
color: #6d4cfe;

View File

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