+
@@ -110,7 +110,7 @@ import { searchCamera } from "@/api/videoSurveillance/index";
import bus from "@/views/layout/bus";
import complaintEvent from "./components/ComplaintEvent";
import VideoPlay from './components/VideoPlay'
-import VideoList from "./components/VideoList";
+import VideoListRight from "./components/VideoListRight";
import SiteList from "./components/SiteList";
import { selectByJdWd } from "@/api/construction/index";
import { createSiteListPop,createCameraDetailsPop,createEventListDetailsPop,createImportantAreaPop } from "@/supermap/createMarkerPopup";
@@ -149,7 +149,7 @@ export default {
components: {
TiledMap,
complaintEvent,
- VideoList,
+ VideoListRight,
SiteList,
VideoPlay,
HorizonTimeLine
@@ -738,7 +738,15 @@ export default {
width: 478px;
background: rgba($color: #05213b, $alpha: .85)
}
-
+ .complaintContent1 {
+ position: absolute;
+ z-index: 1000;
+ right: 10px;
+ top: 90px;
+ height:980px;
+ width: 478px;
+ background: rgba($color: #05213b, $alpha: .85)
+ }
.eventNum {
width: 245px;
height: 92px;