Browse Source

Merge tag 'Hotfix-mo-60' into develop

Finish Hotfix-mo-60
莫绍宝 3 years ago
parent
commit
7c10d75a4e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/styles/index.scss

+ 4 - 4
src/styles/index.scss

@@ -234,14 +234,14 @@ div:focus {
 }
 
 .el-menu-item, .el-submenu__title {
-  height: 50px;
-  line-height: 50px;
+  height: 44px;
+  line-height: 44px;
   font-weight: 600 !important;
 }
 
 .el-submenu .el-menu-item {
-  height: 50px;
-  line-height: 50px;
+  height: 44px;
+  line-height: 44px;
 }
 
 .page-footer {