Skip to content

Commit

Permalink
Merge pull request #15 from fred-hu/develop
Browse files Browse the repository at this point in the history
feat: style
  • Loading branch information
fred-hu authored Aug 16, 2024
2 parents db1a150 + aae775c commit 6314150
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 6314150

Please sign in to comment.