From 24f29e90e96d214ce220713cb190d55ae84e26b5 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 18 Mar 2026 10:03:41 +0800
Subject: [PATCH] 修改

---
 src/components/Pagination/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
index 38de953..d4b31ad 100644
--- a/src/components/Pagination/index.vue
+++ b/src/components/Pagination/index.vue
@@ -33,7 +33,7 @@
   pageSizes: {
     type: Array,
     default() {
-      return [10, 20, 30, 50]
+      return [5,10, 20, 30, 50]
     }
   },
   // 移动端页码按钮的数量端默认值5
@@ -102,4 +102,4 @@
 .pagination-container.hidden {
   display: none;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.2