liuhairui 1 년 전
부모
커밋
ab00424cc2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/view/yunyin/shengchanguanli/gongdanshengchan.vue
  2. 1 1
      src/view/yunyin/shengchanguanli/shebeiyunxing.vue

+ 1 - 1
src/view/yunyin/shengchanguanli/gongdanshengchan.vue

@@ -1721,7 +1721,7 @@ const rowContextMenu = (row) => {
   display: flex;
 }
 .JKWTree-tree {
-  /*width: 500px;*/
+  width: 500px;
   background-color: #fff;
   padding: 10px;
   margin-right: 20px;

+ 1 - 1
src/view/yunyin/shengchanguanli/shebeiyunxing.vue

@@ -7745,7 +7745,7 @@ const gxclhcCellClass = ({row, column, rowIndex, columnIndex}) =>{
 }
 
 .JKWTree-tree {
-  width: 300px;
+  width: 440px;
   background-color: #fff;
   padding: 10px;
   margin-right: 20px;