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