Skip to content

Commit ef14ef8

Browse files
committed
fix: 菜单修复折叠状态图标适配问题
1 parent 15ad529 commit ef14ef8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/element-reset.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@
8585
background-color: $base-color-primary !important;
8686
border-color: $base-color-primary !important;
8787
}
88+
89+
.el-menu--collapse .menu-icon{
90+
display: flex!important;
91+
justify-content: center;
92+
}

0 commit comments

Comments
 (0)