Browse Source

优化数量

yjwang 12 giờ trước cách đây
mục cha
commit
25a2bd5419
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Pagination/index.vue

+ 1 - 1
src/components/Pagination/index.vue

@@ -36,7 +36,7 @@ export default {
     pageSizes: {
       type: Array,
       default() {
-        return [5,10, 20, 30, 50,100,200,300]
+        return [5,10, 20, 30, 50,100,200,300,600]
       }
     },
     // 移动端页码按钮的数量端默认值5