Explorar el Código

【修改】样式

莫绍宝 hace 3 años
padre
commit
6bf8cef8fb
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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 {