diff --git a/src/style/sidebar.scss b/src/style/sidebar.scss index 53768a0a6..6d25d409f 100644 --- a/src/style/sidebar.scss +++ b/src/style/sidebar.scss @@ -334,6 +334,20 @@ background-color: $menuHover !important; } } + + .el-menu-item, + .el-sub-menu { + i { + width: 20px; + text-align: center; + font-size: 16px; + } + + i.fa { + margin-right: 5px; + font-size: 16px; + } + } } // horizontal菜单折叠