mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
ck管理取消分页
This commit is contained in:
parent
d7d29c468c
commit
f46e20fc81
|
@ -284,11 +284,7 @@ const Config = () => {
|
||||||
>
|
>
|
||||||
<Table
|
<Table
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={false}
|
||||||
hideOnSinglePage: true,
|
|
||||||
showSizeChanger: true,
|
|
||||||
defaultPageSize: 20,
|
|
||||||
}}
|
|
||||||
dataSource={value}
|
dataSource={value}
|
||||||
rowKey="pin"
|
rowKey="pin"
|
||||||
size="middle"
|
size="middle"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user