feat(SiderbarMenuItem.vue): 菜单hover背景色添加全局SCSS变量控制

This commit is contained in:
hxr
2024-04-16 19:00:48 +08:00
parent bffe06d06e
commit e2762d1363

View File

@@ -188,4 +188,8 @@ function resolvePath(routePath: string) {
}
}
}
.el-menu-item:hover {
background-color: $menu-hover;
}
</style>