refactor(PageContent): ♻️ 修改默认分页配置

This commit is contained in:
cshaptx4869
2024-05-29 16:24:14 +08:00
parent 7804dcef30
commit c3010496a6

View File

@@ -440,8 +440,8 @@ const showPagination = props.contentConfig.pagination !== false;
const defalutPagination = {
background: true,
layout: "total, sizes, prev, pager, next, jumper",
pageSize: 1,
pageSizes: [1, 20, 30, 50],
pageSize: 20,
pageSizes: [10, 20, 30, 50],
total: 0,
currentPage: 1,
};