Skip to content

Commit

Permalink
fix[pagination]: fixed when selected page-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Dec 25, 2017
1 parent f3bfaa0 commit 83e5648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/example/table/complexTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 83e5648

Please sign in to comment.