update Select style
This commit is contained in:
parent
de6bacd0c3
commit
3856fcc4f4
2 changed files with 4 additions and 2 deletions
|
@ -91,7 +91,7 @@
|
|||
<Select v-model="model34" filterable multiple style="width:200px">
|
||||
<Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>
|
||||
</Select>
|
||||
<Select v-model="model34" filterable multiple size="large" style="width:200px">
|
||||
<Select v-model="model34" filterable allow-create multiple size="large" style="width:200px">
|
||||
<Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>
|
||||
</Select>
|
||||
</div>
|
||||
|
|
|
@ -176,7 +176,9 @@
|
|||
|
||||
&-large &-input, &-large&-multiple &-input{
|
||||
font-size: @font-size-large;
|
||||
height: @input-height-large - 2px;
|
||||
height: @input-height-large - 8px;
|
||||
line-height: @input-height-large - 8px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
&-small &-input, &-small&-multiple &-input{
|
||||
|
|
Loading…
Add table
Reference in a new issue