wangwei 4 년 전
부모
커밋
0e22df0144
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/Form/src/components/upload/ChooseModal.vue
  2. 1 1
      src/views/general/config/customComponents/ChooseModal.vue

+ 1 - 1
src/components/Form/src/components/upload/ChooseModal.vue

@@ -46,7 +46,7 @@
         api: getAttachmentList,
         showIndexColumn: false,
         bordered: true,
-        maxHeight: 300,
+        maxHeight: 520,
       });
       function getTableAction() {
         // 获取组件

+ 1 - 1
src/views/general/config/customComponents/ChooseModal.vue

@@ -46,7 +46,7 @@
         api: getAttachmentList,
         showIndexColumn: false,
         bordered: true,
-        maxHeight: 300,
+        maxHeight: 520,
       });
       function getTableAction() {
         // 获取组件