From 27c70ac5677d7ee49a0187133bd7f83fe9387abe Mon Sep 17 00:00:00 2001 From: van Date: Mon, 9 Mar 2026 16:57:55 +0800 Subject: [PATCH] 1 --- src/components/Pagination/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index a1708d2..a13bb7a 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -36,7 +36,7 @@ export default { pageSizes: { type: Array, default() { - return [50, 100, 200, 500, 1000] + return [10, 50, 100, 200, 500, 1000] } }, // 移动端页码按钮的数量端默认值5