Skip to content

Commit

Permalink
feat: style
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-hu committed Aug 16, 2024
1 parent 7c1a90a commit aae775c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<ElSelectAll v-model="storeCodes" filterable multiple collapse-tags @change="onChange" :options="mdoptionsList" :props="{ label: 'deviceName', value: 'deviceNo' }" :selectAll="true" :withAll="true" :size="'mini'" style="width: 300px" />
{{ storeCodes }}
</div>
<div>
<ElSelectAll v-model="storeCodes2" filterable multiple collapse-tags @change="onChange2" :options="mdoptionsList2" :selectAll="false" :withAll="true" :size="'mini'" style="width: 300px" />
<div style="margin-top: 20px;">
<ElSelectAll v-model="storeCodes2" filterable multiple collapse-tags @change="onChange2" :options="mdoptionsList2" :selectAll="false" :withAll="false" style="width: 300px" />
{{ storeCodes2 }}
</div>
</div>
Expand Down

0 comments on commit aae775c

Please sign in to comment.