fix:分页优化
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<!--分页-->
|
||||
<template>
|
||||
<el-pagination
|
||||
background
|
||||
:page-size.sync="page.size"
|
||||
:total="page.total"
|
||||
:current-page.sync="page.page"
|
||||
style="margin-top: 8px;"
|
||||
style="margin-top: 12px;"
|
||||
layout="total, prev, pager, next, sizes"
|
||||
@size-change="crud.sizeChangeHandler($event)"
|
||||
@current-change="crud.pageChangeHandler"
|
||||
|
||||
Reference in New Issue
Block a user