zhouwx
2025-03-06 bfb838d1c3aba72fe6b3de37f065902279a7d40c
src/components/Pagination/index.vue
@@ -33,7 +33,7 @@
  pageSizes: {
    type: Array,
    default() {
      return [10, 20, 30, 50]
      return [5,10, 20, 30, 50]
    }
  },
  // 移动端页码按钮的数量端默认值5
@@ -102,4 +102,4 @@
.pagination-container.hidden {
  display: none;
}
</style>
</style>