mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [el-menu] icon is not to the right of the text (#6268)
This commit is contained in:
parent
103bb1b104
commit
b6f61dd562
@ -129,6 +129,10 @@
|
||||
color: var(--el-menu-text-color);
|
||||
}
|
||||
|
||||
& .#{$namespace}-sub-menu__title {
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
& .#{$namespace}-menu-item.is-active,
|
||||
& .#{$namespace}-sub-menu.is-active > .#{$namespace}-sub-menu__title {
|
||||
color: var(--el-menu-active-color);
|
||||
|
Loading…
Reference in New Issue
Block a user