Commit c35c53d830894bfd25ab2deeaa4403e973d289df
1 parent
73dc2ded
fixed #182
fixed #182
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/components/select/select.vue
test/routers/select.vue
1 | <template> | 1 | <template> |
2 | - <Row> | 2 | + <Row style="width: 400px"> |
3 | <i-col span="12" style="padding-right:10px"> | 3 | <i-col span="12" style="padding-right:10px"> |
4 | <i-select :model.sync="model11" filterable> | 4 | <i-select :model.sync="model11" filterable> |
5 | <i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option> | 5 | <i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option> |