diff --git a/flossom-ui/src/components/Pagination/index.vue b/flossom-ui/src/components/Pagination/index.vue index 56f5a6b..4a86df5 100644 --- a/flossom-ui/src/components/Pagination/index.vue +++ b/flossom-ui/src/components/Pagination/index.vue @@ -36,7 +36,7 @@ export default { pageSizes: { type: Array, default() { - return [10, 20, 30, 50] + return [10, 20, 30, 50, 100, 500, 1000] } }, // 移动端页码按钮的数量端默认值5