소스 검색

修改table pageSize

Renxy 2 년 전
부모
커밋
800f170ae6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/List/ClassifyModal.js

+ 1 - 1
src/pages/List/ClassifyModal.js

@@ -64,7 +64,7 @@ const ClassifyModal = ({ data, visible, userList, onClose, handleChange }) => {
       <Table
         columns={columns}
         dataSource={classify}
-        pagination={{ position: ['none', 'none'] }}
+        pagination={{ position: ['none', 'none'], pageSize: 999 }}
         scroll={{ y: 500 }}
       />
     </Modal>