This commit is contained in:
雷欧(林平凡)
2025-08-15 18:01:05 +08:00
parent 5f2fbe3412
commit 5508c72442
11 changed files with 916 additions and 174 deletions

View File

@@ -5,7 +5,7 @@
:current-page.sync="currentPage"
:page-size.sync="pageSize"
:layout="layout"
:page-sizes="[10, 50, 100, 200,1]"
:page-sizes="[15, 50, 100, 200,1]"
:pager-count="pagerCount"
:total="total"
v-bind="$attrs"
@@ -31,12 +31,12 @@ export default {
},
limit: {
type: Number,
default: 20
default: 15
},
pageSizes: {
type: Array,
default() {
return [10, 20, 30, 50]
return [15, 50, 100, 200,1]
}
},
// 移动端页码按钮的数量端默认值5