Przeglądaj źródła

修改菜单背景色(1447)

zhangxc 6 lat temu
rodzic
commit
a4d119dec8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/common/Menu.vue

+ 1 - 1
src/components/common/Menu.vue

@@ -42,6 +42,6 @@
 
 <style lang="less" scoped>
   .el-menu-vertical-demo {
-    width: 300px;
+    min-width: 300px;
   }
 </style>