|
@@ -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"
|