This commit is contained in:
梁灏 2017-09-15 14:48:39 +08:00
parent 7a05b6e5f9
commit 71ef48658c
2 changed files with 4 additions and 1 deletions

View file

@ -90,6 +90,8 @@
<Row>
<Col span="12" style="padding-right:10px">
<Select
size="small"
placeholder="提示提示"
v-model="model13"
filterable
remote

View file

@ -161,7 +161,8 @@
}
&-small &-input{
height: @input-height-small;
height: @input-height-small - 2px;
line-height: @input-height-small - 2px;
}
&-multiple &-input{