Merge pull request #11224 from dataease/pr@dev-v2@style_menu

style: 二级菜单名称与一级菜单左对齐
This commit is contained in:
fit2cloud-chenyw 2024-07-29 16:38:37 +08:00 committed by GitHub
commit 415d9cfcb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,13 @@ const menuSelect = (index: string, indexPath: string[]) => {
background-color: #1f23291a !important;
}
}
ul.ed-menu {
li.ed-menu-item {
i {
width: 4px !important;
}
}
}
}
:deep(.ed-sub-menu.is-active) {
.ed-sub-menu__title {