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