소스 검색

修改菜单背景色(1447)

zhangxc 6 년 전
부모
커밋
a4d119dec8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>