From ff05fd3fa368f58d5857315842340d8ae5574a5f Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Wed, 31 Jan 2024 16:58:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0-=E8=A1=A8=E6=A0=BC=E7=9A=84?= =?UTF-8?q?=E5=8F=AF=E5=B1=95=E7=A4=BA=E6=95=B0=E9=87=8F=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?100=E6=9D=A1/=E9=A1=B5=20=E3=80=81=20500=E6=9D=A1/=E9=A1=B5=20?= =?UTF-8?q?=E3=80=81=201000=E6=9D=A1/=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/components/Pagination/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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