From 879f9fee19744f47cab288174d75f19b952739c5 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 17 Nov 2025 19:01:09 +0800
Subject: [PATCH] feat:历史任务详情视频不自动播放
---
src/views/job/components/DeviceJobDetails.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/job/components/DeviceJobDetails.vue b/src/views/job/components/DeviceJobDetails.vue
index d32dadd..5a677f8 100644
--- a/src/views/job/components/DeviceJobDetails.vue
+++ b/src/views/job/components/DeviceJobDetails.vue
@@ -113,9 +113,9 @@
ref="fullscreenVideo"
class="fullscreen-video"
:src="currentVideoUrl"
- :style="{ width: pxToRem(1600), height: '80vh' }"
+ :style="{ width: pxToRem(1567), height: '80vh' }"
controls
- autoplay
+
></video>
</div>
</el-dialog>
--
Gitblit v1.9.3