style: 样式调整
This commit is contained in:
@ -213,10 +213,10 @@ export default defineComponent({
|
||||
@include menu-item;
|
||||
padding: 8px;
|
||||
&:hover {
|
||||
background-color: rgba(109, 76, 254, 0.08);
|
||||
color: #6d4cfe;
|
||||
background-color: rgba(109, 76, 254, 0.08) !important;
|
||||
color: #6d4cfe !important;
|
||||
.svg-icon {
|
||||
color: #6d4cfe;
|
||||
color: #6d4cfe !important;
|
||||
}
|
||||
}
|
||||
// &.active {
|
||||
|
||||
@ -21,11 +21,11 @@
|
||||
align-items: center;
|
||||
}
|
||||
&:hover {
|
||||
background-color: rgba(109, 76, 254, 0.08);
|
||||
color: #6d4cfe;
|
||||
background-color: rgba(109, 76, 254, 0.08) !important;
|
||||
color: #6d4cfe !important;
|
||||
.label,
|
||||
.svg-icon {
|
||||
color: #6d4cfe;
|
||||
color: #6d4cfe !important;
|
||||
}
|
||||
}
|
||||
&:not(.sub-menu-item) {
|
||||
|
||||
Reference in New Issue
Block a user