소스 검색

优化数量

yjwang 13 시간 전
부모
커밋
25a2bd5419
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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