Former-commit-id: 33a5719ffbb8ec4232f6c656369849793f42d159
Former-commit-id: 3ffb84b6bae06064d9bdad2e6df71e1f1b4e7db7
1.0
wanggang 4 years ago
parent 997d3bdb46
commit 55092e4dc5

@ -20,12 +20,12 @@
</div>
</div>
</div>
<a-modal v-model="visible" :title="device.displayName" :footer="null" width="70%">
<a-modal v-model="visible" :title="device.displayName" :footer="null" width="60%">
<a-tabs default-active-key="1">
<a-tab-pane key="1" tab="操作">
<div class="row">
<div class="col-12">
<button v-for="button in getCustomButtons()" type="button" class="btn btn-sm btn-success" :value="button.Name" @click="send($event.target.value)">{{button.Name}}</button>
<button v-for="button in getCustomButtons()" type="button" class="btn btn-sm btn-success" :value="button.Name" @click="send($event.target.value)" style="margin:5px;">{{button.Name}}</button>
</div>
</div>
</a-tab-pane>

Loading…
Cancel
Save