mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-16 00:04:31 +08:00
fix: 只有一页时不隐藏分页栏,确保用户可以更改 pagesize (#613)
This commit is contained in:
@@ -635,7 +635,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
|||||||
<Table
|
<Table
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={{
|
||||||
hideOnSinglePage: true,
|
|
||||||
current: currentPage,
|
current: currentPage,
|
||||||
onChange: onPageChange,
|
onChange: onPageChange,
|
||||||
pageSize: pageSize,
|
pageSize: pageSize,
|
||||||
|
|||||||
Reference in New Issue
Block a user