mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #11224 from dataease/pr@dev-v2@style_menu
style: 二级菜单名称与一级菜单左对齐
This commit is contained in:
commit
415d9cfcb7
@ -75,6 +75,13 @@ const menuSelect = (index: string, indexPath: string[]) => {
|
|||||||
background-color: #1f23291a !important;
|
background-color: #1f23291a !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ul.ed-menu {
|
||||||
|
li.ed-menu-item {
|
||||||
|
i {
|
||||||
|
width: 4px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
:deep(.ed-sub-menu.is-active) {
|
:deep(.ed-sub-menu.is-active) {
|
||||||
.ed-sub-menu__title {
|
.ed-sub-menu__title {
|
||||||
|
Loading…
Reference in New Issue
Block a user