From cd852ced078eee17b7311296c2d19abface6bca4 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期四, 23 十一月 2023 18:01:58 +0800
Subject: [PATCH] 修复首次访问摄像头无access_token

---
 src/views/dry/bigScreen/BigEqp.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/dry/bigScreen/BigEqp.vue b/src/views/dry/bigScreen/BigEqp.vue
index db3904b..6c53024 100644
--- a/src/views/dry/bigScreen/BigEqp.vue
+++ b/src/views/dry/bigScreen/BigEqp.vue
@@ -122,10 +122,11 @@
 											margin-left: 100px;
 											font-size: 22px;
 											background: sandybrown;
-											height: 60px;
+
 											border-radius: 10px;
-											line-height: 0;
-											padding: 29px;
+											line-height: 25px;
+											max-width: 500px;
+											padding: 15px;
 											font-weight: bold;" >
 										{{ realData?.warnMsg }}
 									</div>
@@ -1912,7 +1913,7 @@
 
 	.eqpStatus {
 		width: 848px;
-		height: 300px;
+		
 	}
 	.rightInfo {
 		display: flex;

--
Gitblit v1.9.3