|
@@ -104,9 +104,9 @@
|
|
</div>
|
|
</div>
|
|
<eventLocation ref="eventLocation"></eventLocation>
|
|
<eventLocation ref="eventLocation"></eventLocation>
|
|
<TVWall ref="TVWall"></TVWall>
|
|
<TVWall ref="TVWall"></TVWall>
|
|
- <el-dialog :title="cameraTitle" :visible.sync="cameraVisible" v-if="cameraVisible" width="770px" style="height: 700px;"
|
|
|
|
|
|
+ <el-dialog :title="cameraTitle" :visible.sync="cameraVisible" v-if="cameraVisible" customClass="videoCustomWidth"
|
|
@close="cancelEventLocationShow()">
|
|
@close="cancelEventLocationShow()">
|
|
- <div style="width:100%;height:400px;position:relative;">
|
|
|
|
|
|
+ <div style="width:770px;height:445px;position:relative;">
|
|
<!--视频窗口展示---海康-->
|
|
<!--视频窗口展示---海康-->
|
|
<div id="playWnd" class="playWnd" style="left: 0px; top: 0px;"></div>
|
|
<div id="playWnd" class="playWnd" style="left: 0px; top: 0px;"></div>
|
|
</div>
|
|
</div>
|