소스 검색

fix<table>: 高度丢失 (#2527)

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

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

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