@@ -165,7 +165,6 @@
.video-content{
padding: 0;
position: relative;
- z-index: 2;
flex: 1;
min-height: 0;
/*.videoForMod:nth-child(2){*/
@@ -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>
@@ -188,7 +188,7 @@ import { iotCameraGetPreviewURLs } from '@/api/index'
margin: 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;
}