|
@@ -2,7 +2,23 @@
|
|
|
<div>
|
|
|
<el-dialog title="电视墙" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth"
|
|
|
@close="cancelEventLocationShow()">
|
|
|
- <div style="width:100%;height:400px;position:relative;">
|
|
|
+ <div class="forthis" style="width: 22%; position: absolute;left: 0;z-index: 9999999999999;">
|
|
|
+ <!-- <div class="this-title">
|
|
|
+ <span>林场</span>
|
|
|
+ <span>45</span>
|
|
|
+ </div> -->
|
|
|
+ <div class="i-list-con" style="height: 35vh; overflow-y: scroll;">
|
|
|
+ <span v-for="(forestFarm,index) in 10" :key="index">
|
|
|
+ <div class="d-l-con">
|
|
|
+ <div class="d-l-l-text">
|
|
|
+ <i class="i-small"></i>
|
|
|
+ <h4>asdasd爱仕达</h4>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="width:70%;height:400px;position:absolute;">
|
|
|
<!--视频窗口展示---大华-->
|
|
|
<div id="dom1" class="dom1"></div>
|
|
|
<!--视频窗口展示---海康-->
|