style: 样式调整
This commit is contained in:
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user