😎调整菜单在鼠标经过时颜色
This commit is contained in:
parent
85c04b46dd
commit
1bfb1dcf4c
@ -245,7 +245,8 @@ watch(
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
&:hover {
|
&:hover {
|
||||||
@extend .layout-columns-hover;
|
//@extend .layout-columns-hover;
|
||||||
|
background-color: var(--el-color-primary-light-3);
|
||||||
}
|
}
|
||||||
.columns-vertical {
|
.columns-vertical {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user