dedsudiyu 1 week ago
parent
commit
4212c065ee

+ 0 - 1
src/components/LabStats/videoStats.vue

@@ -165,7 +165,6 @@
   .video-content{
     padding: 0;
     position: relative;
-    z-index: 2;
     flex: 1;
     min-height: 0;
     /*.videoForMod:nth-child(2){*/

+ 1 - 1
src/components/alarmWindow/AlertModal.vue

@@ -55,7 +55,7 @@
                 <i class="el-icon-video-camera"></i>
                 <span>实时监控画面</span>
               </div>
-              <H5PlayerVideo style="margin:10px 0 0 12px;" v-if="videoData" :videoProps="videoData"></H5PlayerVideo>
+              <H5PlayerVideo v-if="videoData" :videoProps="videoData"></H5PlayerVideo>
             </div>
           </div>
         </div>

+ 2 - 2
src/components/fullH5PlayerVideo/fullH5PlayerVideo.vue

@@ -188,7 +188,7 @@ import { iotCameraGetPreviewURLs } from '@/api/index'
     margin: 0;
     padding: 0;
     display: inline-block;
-    z-index:11;
+    z-index:9999;
     height: 100%;
     width:100%;
     position: fixed;
@@ -210,7 +210,7 @@ import { iotCameraGetPreviewURLs } from '@/api/index'
       text-align: center;
       top: 40px;
       right: 40px;
-      z-index: 12;
+      z-index: 10000;
       cursor: pointer;
     }
   }