缩小表单尺寸
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
:page-sizes="pageSizes"
|
||||
:pager-count="pagerCount"
|
||||
:total="total"
|
||||
small
|
||||
v-bind="$attrs"
|
||||
@size-change="handleSizeChange"
|
||||
@current-change="handleCurrentChange"
|
||||
@@ -46,7 +47,7 @@ export default {
|
||||
},
|
||||
layout: {
|
||||
type: String,
|
||||
default: 'total, sizes, prev, pager, next, jumper'
|
||||
default: 'total, sizes, prev, pager, next'
|
||||
},
|
||||
background: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user