This commit is contained in:
gtz
2024-02-28 16:51:52 +08:00
parent d4001ed86e
commit ae3c430d38
24 changed files with 2 additions and 131 deletions

View File

@@ -42,11 +42,11 @@ function handleConfirm() {
<span>px</span>
</div>
<div class="form-item selector">
<div class="opt opt1">
<!-- <div class="opt opt1">
<input type="checkbox" id="fullscreen" name="fullscreen" :class="[settings.fullscreen ? 'checked' : '']"
v-model="settings.fullscreen" />
<label for="fullscreen">全屏显示</label>
</div>
</div> -->
<div class="opt opt2">
<input type="checkbox" id="status" name="status" :class="[settings.eqStatus ? 'checked' : '']"
v-model="settings.eqStatus" />