From 9bda7c9508b724a6ae0c1c2ffcfa7467925b8d5b Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 06 三月 2021 17:27:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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 4f19f42..7731c4c 100644
--- a/src/components/Pagination/index.vue
+++ b/src/components/Pagination/index.vue
@@ -32,12 +32,12 @@
},
limit: {
type: Number,
- default: 20
+ default: 15
},
pageSizes: {
type: Array,
default() {
- return [5, 10, 20, 30, 50]
+ return [5, 10, 15, 20, 30, 50]
}
},
layout: {
--
Gitblit v1.8.0