diff --git a/src/views/pages/area/components/VideoListRight.vue b/src/views/pages/area/components/VideoListRight.vue new file mode 100644 index 0000000..22aac67 --- /dev/null +++ b/src/views/pages/area/components/VideoListRight.vue @@ -0,0 +1,544 @@ + + + + \ No newline at end of file diff --git a/src/views/pages/area/index.vue b/src/views/pages/area/index.vue index 66807f8..ca978e8 100644 --- a/src/views/pages/area/index.vue +++ b/src/views/pages/area/index.vue @@ -47,14 +47,14 @@ -
- +
+
-
+
@@ -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;