feat: 优化提示

This commit is contained in:
2026-07-17 21:20:22 +08:00
parent 0cb6b75a54
commit 918ab47234
2 changed files with 10 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ function onConnectDevice() {
</div>
<button class="btn" @click="onConnectDevice" :disabled="!selected || store.rtcConnected">发起远程控制</button>
<button class="btn danger" v-if="store.rtcConnected" @click="disconnectDevice">结束控制</button>
<button class="btn danger" style="margin-top:12px" v-if="store.rtcConnected" @click="disconnectDevice">结束控制</button>
<div v-if="store.error" class="error">{{ store.error }}</div>