luohairen
2024-11-25 f12c46b1be892c16dcd958ae07a75b527dec2560
src/components/Pagination/index.vue
@@ -46,7 +46,7 @@
    },
    layout: {
      type: String,
      default: 'total, sizes, prev, pager, next, jumper'
      default: '->,total, sizes, prev, pager, next, jumper'
    },
    background: {
      type: Boolean,
@@ -105,7 +105,7 @@
<style scoped>
.pagination-container {
  background: #fff;
  background: #F3F7FC;
  padding: 32px 16px;
}
.pagination-container.hidden {