gongchunyi
6 天以前 4c3dee416ab4940d10e43af0e0ec79433ddd012a
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;