Commit
71ef48658c0974fbd79de515840700882a00fcf6
Authored by
梁灏
fixed #860
| @@ -90,6 +90,8 @@ |
| @@ -90,6 +90,8 @@ |
90
| <Row> |
90
| <Row> |
91
| <Col span="12" style="padding-right:10px"> |
91
| <Col span="12" style="padding-right:10px"> |
92
| <Select |
92
| <Select |
| |
93
| + size="small" |
| |
94
| + placeholder="提示提示" |
93
| v-model="model13" |
95
| v-model="model13" |
94
| filterable |
96
| filterable |
95
| remote |
97
| remote |
| @@ -161,7 +161,8 @@ |
| @@ -161,7 +161,8 @@ |
161
| } |
161
| } |
162
| |
162
| |
163
| &-small &-input{ |
163
| &-small &-input{ |
164
| - height: @input-height-small; |
164
| + height: @input-height-small - 2px; |
| |
165
| + line-height: @input-height-small - 2px; |
165
| } |
166
| } |
166
| |
167
| |
167
| &-multiple &-input{ |
168
| &-multiple &-input{ |