zxl
2025-03-03 c78889e71d16d26c03ff59746db47c6d4d2b98e0
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 {