update Tag & Select style

This commit is contained in:
梁灏 2018-07-01 16:59:27 +08:00
parent 70c7b556bb
commit b577d60a31
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<template> <template>
<Select v-model="model1" style="width:200px"> <Select v-model="model10" multiple style="width:260px">
<Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option> <Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>
</Select> </Select>
</template> </template>
@ -33,7 +33,7 @@
label: 'Canberra' label: 'Canberra'
} }
], ],
model1: '' model10: []
} }
} }
} }

View file

@ -205,9 +205,9 @@
height: 24px; height: 24px;
line-height: 22px; line-height: 22px;
margin: 3px 4px 3px 0; margin: 3px 4px 3px 0;
i{ //i{
top: 2px; // top: 2px;
} //}
} }
&-large&-multiple .@{css-prefix}tag{ &-large&-multiple .@{css-prefix}tag{

View file

@ -104,7 +104,7 @@
.@{tag-close-prefix-cls} { .@{tag-close-prefix-cls} {
margin-left: 18px !important; margin-left: 18px !important;
left: 4px; left: 4px;
top: 1px; top: -1px;
} }
} }
@ -180,7 +180,7 @@
color: #666; color: #666;
opacity: 0.66; opacity: 0.66;
position: relative; position: relative;
top: 1px; top: -1px;
//transition: all @transition-time @ease-in-out; //transition: all @transition-time @ease-in-out;
&:hover { &:hover {