王通 1 gadu atpakaļ
vecāks
revīzija
0cb4f3b532
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      src/views/eventdetailsdialog.vue
  2. 1 1
      src/views/firespread.vue

+ 1 - 1
src/views/eventdetailsdialog.vue

@@ -2019,7 +2019,7 @@
     <el-dialog
       title="视频预览"
       :visible.sync="showTcPlayer"
-      width="40%"
+      width="28%"
       customClass="customWidthMp4"
     >
       <TcPlayer

+ 1 - 1
src/views/firespread.vue

@@ -341,7 +341,7 @@
                     :showAreaLatLng="showAreaLatLng"></areaSupermap>
     </el-dialog>
     <!-- 图片,视频预览 -->
-    <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="40%" customClass="customWidthMp4">
+    <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="28%" customClass="customWidthMp4">
       <TcPlayer ref="TcPlayer" :playVideo="playVideo" :widthHeigt="[100,100]"></TcPlayer>
     </el-dialog>
     <el-dialog :title="cameraTitle" :visible.sync="cameraVisible" v-if="cameraVisible" customClass="videoCustomWidth"