From 9d9a8eea63f36bc376cf8bd443710b12e3722a0c Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 12 十一月 2021 16:51:47 +0800
Subject: [PATCH] bug修复

---
 src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
index e8b69bd..1db8536 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -203,14 +203,14 @@
                 <img
                   src="/images/shuohuang/缁� 801.png"
                   alt=""
-                  v-if="showHand == true"
-                  @click="closeHand"
+                  v-if="showHand == false"
+                  @click="openHand"
                 />
                 <img
                   src="/images/shuohuang/缁� 800.png"
                   alt=""
                   v-else
-                  @click="openHand"
+                  @click="closeHand"
                 />
               </div>
             </div>
@@ -719,6 +719,13 @@
       }
       if (text.indexOf("杩囧垎鐩�") > -1) {
         return "blue";
+      }
+      if (
+        text.indexOf("鐜╂墜鏈�") > -1 ||
+        text.indexOf("瓒翠紡") > -1 ||
+        text.indexOf("浠板崸") > -1
+      ) {
+        return "red";
       }
       return "";
     },
@@ -1591,11 +1598,11 @@
   left: 46% !important;
   bottom: 39% !important;
   background-size: cover;
-  width: 106px;
-  height: 106px;
+  width: 11%;
+  height: 23%;
   .outter {
-    width: 106px;
-    height: 106px;
+    width: 100%;
+    height: 100%;
   }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0