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