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> <Row>
<Col span="12" style="padding-right:10px"> <Col span="12" style="padding-right:10px">
<Select <Select
size="small"
placeholder="提示提示"
v-model="model13" v-model="model13"
filterable filterable
remote remote

View file

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