admin/src/views/platform/components/PlatformQueuing.vue
@@ -157,7 +157,7 @@ }, handleSizeChange(e) { this.pagination.pageSize = e this.getList() this.getList(1) }, handlePageChange(e) { this.pagination.page = e @@ -184,7 +184,9 @@ <style lang="scss" scoped> @import "@/assets/style/variables.scss"; .table-pagination { bottom: 0px !important; } .queuing_modal { padding: 10px 30px;