From 02a52bfe431db21b2002754d01e2737843126370 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 13 一月 2025 09:04:13 +0800
Subject: [PATCH] 修改首页

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

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

--
Gitblit v1.9.2