feat(SiderbarMenuItem.vue): ✨ 菜单hover背景色添加全局SCSS变量控制
This commit is contained in:
@@ -188,4 +188,8 @@ function resolvePath(routePath: string) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-menu-item:hover {
|
||||
background-color: $menu-hover;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user