mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
菜单居中
This commit is contained in:
parent
85f88c87ac
commit
5f4a963751
|
@ -48,8 +48,11 @@ const handleSelect = (index: string) => {
|
|||
<style lang='scss' scoped>
|
||||
.el-menu {
|
||||
border: 0;
|
||||
.el-menu-item.is-active {
|
||||
background: #f2f3f5;
|
||||
.el-menu-item {
|
||||
justify-content: center;
|
||||
&.is-active {
|
||||
background: #f2f3f5;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user