Commit e4d592fa by 吴云建

分页样式调整

parent dd2d5634
Showing with 2 additions and 0 deletions
......@@ -45,12 +45,14 @@
</el-button>
<el-pagination
background
small
@size-change="handleSizeChange"
:page-size="pageSize"
:total="total"
:current-page.sync="currentPage"
@current-change="getList"
:page-sizes="[10, 20, 50]"
:pager-count="3"
layout="total, prev, pager, next"
></el-pagination>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment