소스 검색

fix: table 高度消失 (#2572)

luocong2016 2 년 전
부모
커밋
fb73be0928
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/demo/page/form/high/PersonTable.vue

+ 1 - 1
src/views/demo/page/form/high/PersonTable.vue

@@ -68,8 +68,8 @@
           title: '操作',
           dataIndex: 'action',
           // slots: { customRender: 'action' },
-          scroll: { y: '100%' },
         },
+        scroll: { y: '100%' },
         pagination: false,
       });