Pagination: add size to nested select (#11622)

pull/11626/head
杨奕 2018-06-14 11:20:29 +08:00 committed by GitHub
parent 0178893db1
commit dd3bb2ce20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -179,6 +179,7 @@ export default {
<el-select
value={ this.$parent.internalPageSize }
popperClass={ this.$parent.popperClass || '' }
size="mini"
on-input={ this.handleChange }
disabled={ this.$parent.disabled }>
{

View File

@ -40,7 +40,6 @@
.el-input__inner {
padding-right: 25px;
border-radius: $--pagination-border-radius;
height: $--pagination-button-height;
}
}