Commit e4d592fa by 吴云建

分页样式调整

parent dd2d5634
Showing with 2 additions and 0 deletions
...@@ -45,12 +45,14 @@ ...@@ -45,12 +45,14 @@
</el-button> </el-button>
<el-pagination <el-pagination
background background
small
@size-change="handleSizeChange" @size-change="handleSizeChange"
:page-size="pageSize" :page-size="pageSize"
:total="total" :total="total"
:current-page.sync="currentPage" :current-page.sync="currentPage"
@current-change="getList" @current-change="getList"
:page-sizes="[10, 20, 50]" :page-sizes="[10, 20, 50]"
:pager-count="3"
layout="total, prev, pager, next" layout="total, prev, pager, next"
></el-pagination> ></el-pagination>
</div> </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