refactor: 分页样式优化
This commit is contained in:
parent
aedaddd2d5
commit
fcc3e60099
|
@ -2,6 +2,7 @@
|
|||
<el-row type="flex" justify="end">
|
||||
<div class="table-page">
|
||||
<el-pagination
|
||||
background
|
||||
@size-change="handleSizeChange"
|
||||
@current-change="handleCurrentChange"
|
||||
:current-page="currentPage"
|
||||
|
|
Loading…
Reference in New Issue