Explorar el Código

电视墙 资源详情 样式 土地也能点 视频预览宽度

wangzhe hace 2 años
padre
commit
9133533fef
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      src/components/vBottomMenu.vue
  2. 2 2
      src/views/firespread.vue

+ 1 - 1
src/components/vBottomMenu.vue

@@ -569,7 +569,7 @@
     <!--</el-form>-->
     <!--</el-dialog>-->
     <!-- 图片,视频预览 -->
-    <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="40%" append-to-body>
+    <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="28%" append-to-body>
       <TcPlayer ref="TcPlayer" :playVideo="playVideo" :widthHeigt="[100,100]"></TcPlayer>
     </el-dialog>
   </div>

+ 2 - 2
src/views/firespread.vue

@@ -344,7 +344,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"
@@ -1732,7 +1732,7 @@
     </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"