Skip to content

Commit dd3bb2c

Browse files
Pagination: add size to nested select (#11622)
1 parent 0178893 commit dd3bb2c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/pagination/src/pagination.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export default {
179179
<el-select
180180
value={ this.$parent.internalPageSize }
181181
popperClass={ this.$parent.popperClass || '' }
182+
size="mini"
182183
on-input={ this.handleChange }
183184
disabled={ this.$parent.disabled }>
184185
{

packages/theme-chalk/src/pagination.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
.el-input__inner {
4141
padding-right: 25px;
4242
border-radius: $--pagination-border-radius;
43-
height: $--pagination-button-height;
4443
}
4544
}
4645

0 commit comments

Comments
 (0)