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>
|
||||
<Col span="12" style="padding-right:10px">
|
||||
<Select
|
||||
size="small"
|
||||
placeholder="提示提示"
|
||||
v-model="model13"
|
||||
filterable
|
||||
remote
|
||||
|
|
|
@ -161,7 +161,8 @@
|
|||
}
|
||||
|
||||
&-small &-input{
|
||||
height: @input-height-small;
|
||||
height: @input-height-small - 2px;
|
||||
line-height: @input-height-small - 2px;
|
||||
}
|
||||
|
||||
&-multiple &-input{
|
||||
|
|
Loading…
Add table
Reference in a new issue