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>
<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: []
}
}
}