refactor(PageContent): ♻️ 修改默认分页配置
This commit is contained in:
@@ -440,8 +440,8 @@ const showPagination = props.contentConfig.pagination !== false;
|
|||||||
const defalutPagination = {
|
const defalutPagination = {
|
||||||
background: true,
|
background: true,
|
||||||
layout: "total, sizes, prev, pager, next, jumper",
|
layout: "total, sizes, prev, pager, next, jumper",
|
||||||
pageSize: 1,
|
pageSize: 20,
|
||||||
pageSizes: [1, 20, 30, 50],
|
pageSizes: [10, 20, 30, 50],
|
||||||
total: 0,
|
total: 0,
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user