forked from AkkomaGang/admin-fe
fix[pagination]: fixed when selected page-sizes
This commit is contained in:
parent
f3bfaa0f2b
commit
83e56488d8
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
<div v-show="!listLoading" class="pagination-container">
|
||||
<div class="pagination-container">
|
||||
<el-pagination background @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page.sync="listQuery.page"
|
||||
:page-sizes="[10,20,30, 50]" :page-size="listQuery.limit" layout="total, sizes, prev, pager, next, jumper" :total="total">
|
||||
</el-pagination>
|
||||
|
|
Loading…
Reference in a new issue