mirror of https://github.com/ElemeFE/element
Pagination: add size to nested select (#11622)
parent
0178893db1
commit
dd3bb2ce20
|
@ -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 }>
|
||||
{
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
.el-input__inner {
|
||||
padding-right: 25px;
|
||||
border-radius: $--pagination-border-radius;
|
||||
height: $--pagination-button-height;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue