guhongwei hace 5 años
padre
commit
8d00c6bb32
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/layout/layout-part/menus.vue

+ 7 - 0
src/layout/layout-part/menus.vue

@@ -96,4 +96,11 @@ export default {
 /deep/.el-menu {
   border-right: none;
 }
+/deep/.el-menu-item {
+  font-size: 18px;
+}
+/deep/.el-menu-item i {
+  padding: 0 10px;
+  font-size: 18px;
+}
 </style>