update Tag & Select style
This commit is contained in:
parent
70c7b556bb
commit
b577d60a31
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
</Select>
|
||||
</template>
|
||||
|
@ -33,7 +33,7 @@
|
|||
label: 'Canberra'
|
||||
}
|
||||
],
|
||||
model1: ''
|
||||
model10: []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -205,9 +205,9 @@
|
|||
height: 24px;
|
||||
line-height: 22px;
|
||||
margin: 3px 4px 3px 0;
|
||||
i{
|
||||
top: 2px;
|
||||
}
|
||||
//i{
|
||||
// top: 2px;
|
||||
//}
|
||||
}
|
||||
|
||||
&-large&-multiple .@{css-prefix}tag{
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
.@{tag-close-prefix-cls} {
|
||||
margin-left: 18px !important;
|
||||
left: 4px;
|
||||
top: 1px;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -180,7 +180,7 @@
|
|||
color: #666;
|
||||
opacity: 0.66;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
top: -1px;
|
||||
//transition: all @transition-time @ease-in-out;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Reference in a new issue