优化界面

This commit is contained in:
刘祥超
2022-04-05 11:33:29 +08:00
parent f054241a73
commit 2ba63b2484
8 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@
<tbody v-for="set in sets" :data-set-id="set.id">
<tr>
<td style="text-align: center;"><i class="icon bars handle grey"></i></td>
<td nowrap=""><a :name="'set' + set.id"></a><a href="" @click.prevent="updateSet(set.id)"><span :class="{disabled:!set.isOn}">{{set.name}}</span> <i class="icon clone outline small"></i> </a>
<td nowrap=""><a :name="'set' + set.id"></a><a href="" @click.prevent="updateSet(set.id)"><span :class="{disabled:!set.isOn}">{{set.name}}</span> <i class="icon expand small"></i> </a>
<p style="margin-top:0.5em">
<label-on :v-is-on="set.isOn"></label-on>
</p>