yuan
4 天以前 52a82ae7364bb333efdc0ae10df91e1cbc69b9de
src/components/PIMTable/Pagination.vue
@@ -34,7 +34,7 @@
  },
  pageSizes: {
    type: Array,
    default: () => [10, 20, 30, 50, 100]
    default: () => [10, 20, 30, 50, 100, 200, 500]
  },
  pagerCount: {
    type: Number,
@@ -91,8 +91,7 @@
<style scoped>
.pagination-container {
  background: #fff;
  padding: 28px 16px;
  margin-top: 10px;
  margin-top: 0;
}
.pagination-container.hidden {
  display: none;