fix:分页优化

This commit is contained in:
2023-10-11 16:53:46 +08:00
parent 8787b6b151
commit f58edac2ef

View File

@@ -1,10 +1,11 @@
<!--分页-->
<template>
<el-pagination
background
:page-size.sync="page.size"
:total="page.total"
:current-page.sync="page.page"
style="margin-top: 8px;"
style="margin-top: 12px;"
layout="total, prev, pager, next, sizes"
@size-change="crud.sizeChangeHandler($event)"
@current-change="crud.pageChangeHandler"