From 213acbd9ba90742c0d72bd17af140c6cffdb7a76 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 17 一月 2025 10:27:43 +0800
Subject: [PATCH] ui
---
src/components/ControllerVideoWeb.vue | 30 +-----------------------------
1 files changed, 1 insertions(+), 29 deletions(-)
diff --git a/src/components/ControllerVideoWeb.vue b/src/components/ControllerVideoWeb.vue
index 84583c3..c50662c 100644
--- a/src/components/ControllerVideoWeb.vue
+++ b/src/components/ControllerVideoWeb.vue
@@ -78,40 +78,12 @@
</div>
</div>
</div>
- <div style="height: 50px; position: relative; margin: 8px 0px">
- <div class="control-title">璺嚎鎺у埗</div>
- <div class="margin20">
- <div class="fx">
- <div class="b-item">
- <div :class="{'b-item-item': true, bgc: this.command === 'START_RECORD_TRACK'}" @mousedown="setCameraCommand('START_RECORD_TRACK', 0)" @mouseup="setCameraCommand('START_RECORD_TRACK', 1)">寮�濮嬭褰曡矾绾�</div>
- </div>
- <div class="b-item">
- <div :class="{'b-item-item': true, bgc: this.command === 'STOP_RECORD_TRACK'}" @mousedown="setCameraCommand('STOP_RECORD_TRACK', 0)" @mouseup="setCameraCommand('STOP_RECORD_TRACK', 1)">鍋滄璁板綍璺嚎</div>
- </div>
- <div class="b-item">
- <div :class="{'b-item-item': true, bgc: this.command === 'START_TRACK'}" @mousedown="setCameraCommand('START_TRACK', 0)" @mouseup="setCameraCommand('START_TRACK', 1)">寮�濮嬭矾绾�</div>
- </div>
- <div class="b-item">
- <div :class="{'b-item-item': true, bgc: this.command === 'STOP_TRACK'}" @mousedown="setCameraCommand('STOP_TRACK', 0)" @mouseup="setCameraCommand('STOP_TRACK', 1)">鍋滄璺嚎</div>
- </div>
- </div>
- </div>
- </div>
- <div style="height: 50px; position: relative">
- <div class="control-title">闆ㄥ埛寮�鍏�</div>
- <div class="margin20">
- <div class="fx">
- <div class="b-item">
- <div :class="{'b-item-item': true, bgc: this.command === 'WIPER_SWITCH'}" @mousedown="setCameraCommand('WIPER_SWITCH', 0)" @mouseup="setCameraCommand('WIPER_SWITCH', 1)">鎺ラ�氶洦鍒峰紑鍏�</div>
- </div>
- </div>
- </div>
- </div>
</div>
</div>
</template>
<script>
+import '@/assets/text/fonts.css'
import { setCameraCommand } from '@/api/camear'
export default {
--
Gitblit v1.8.0