From 0e02353f26d624112625eb90ef5d97e3858b66e4 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 19 Nov 2025 10:48:21 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v8.0/8.0.3' into test

---
 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 cfc623e..43fd53d 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