Skip to content

Commit f311871

Browse files
style: 二级菜单名称与一级菜单左对齐
1 parent 19f2407 commit f311871

File tree

1 file changed

+7
-0
lines changed
  • core/core-frontend/src/layout/components

1 file changed

+7
-0
lines changed

core/core-frontend/src/layout/components/Menu.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ const menuSelect = (index: string, indexPath: string[]) => {
7575
background-color: #1f23291a !important;
7676
}
7777
}
78+
ul.ed-menu {
79+
li.ed-menu-item {
80+
i {
81+
width: 4px !important;
82+
}
83+
}
84+
}
7885
}
7986
:deep(.ed-sub-menu.is-active) {
8087
.ed-sub-menu__title {

0 commit comments

Comments
 (0)