fixed #860
This commit is contained in:
parent
7a05b6e5f9
commit
71ef48658c
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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{
|
||||||
|
|
Loading…
Add table
Reference in a new issue