Commit dd3bb2ce authored by 杨奕's avatar 杨奕 Committed by GitHub

Pagination: add size to nested select (#11622)

parent 0178893d
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment