Commit 94d2fe6d authored by afc163's avatar afc163

Remove pageSize select in table

parent f8d345fe
...@@ -413,8 +413,6 @@ export default class Analysis extends Component { ...@@ -413,8 +413,6 @@ export default class Analysis extends Component {
dataSource={searchData} dataSource={searchData}
pagination={{ pagination={{
style: { marginBottom: 0 }, style: { marginBottom: 0 },
showSizeChanger: true,
showQuickJumper: true,
pageSize: 5, pageSize: 5,
}} }}
/> />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment