diff --git a/src/assets/img/txzcwzj.png b/src/assets/img/txzcwzj.png new file mode 100644 index 0000000..fc4dda3 Binary files /dev/null and b/src/assets/img/txzcwzj.png differ diff --git a/src/views/SagTraceResult_WX/components/bdMap.vue b/src/views/SagTraceResult_WX/components/bdMap.vue index 7b394f1..e18d850 100644 --- a/src/views/SagTraceResult_WX/components/bdMap.vue +++ b/src/views/SagTraceResult_WX/components/bdMap.vue @@ -7,8 +7,8 @@
- - 暂降监测点 + + 监测点
@@ -70,7 +70,7 @@ v-for="path in areaLineInfo" :key="path.lineId" :icon="path.icon" - @click="markerClick(path)" + @click="pointClick(path)" >
- - {{ - infoWindowPoint.gdName - }} - {{ - infoWindowPoint.stationName - }} - {{ - infoWindowPoint.busBarName - }} - {{ - infoWindowPoint.eventCount - }} - / - - - - - -
-
- {{ value.busBarName + `-` + value.lineName }} -
-
- - {{ - infoWindowPoint.eventCount - }} -
@@ -157,10 +88,11 @@ @@ -390,7 +355,7 @@ defineExpose({ height: 600px; } .bm-view { - width: 99%; + width: 100%; height: 980px; } .iconBox { @@ -458,15 +423,37 @@ defineExpose({ /* .BMap_pop div { background-color: #343849c7 !important; } */ - +.BMap_top, +.BMap_bottom { + background-color: #343849c7 !important; +} +/* .BMap_pop div:nth-child(1) { + background-color: #343849c7 !important; +} */ +.BMap_pop > div:nth-child(1) > div, +.BMap_pop > div:nth-child(3) > div, +.BMap_pop > div:nth-child(5) > div, +.BMap_pop > div:nth-child(7) > div { + background-color: #343849c7 !important; +} +.BMap_pop > div:nth-child(8) > img { + display: none; +} +.BMap_pop > div:nth-child(8) { + /* 设置边框宽度和颜色,上边框为可见颜色,其他边框为透明 */ + width: 0 !important; + height: 0 !important; + border-left: 20px solid transparent; + border-right: 20px solid transparent; + border-top: 20px solid #343849c7; /* 倒三角的颜色 */ + transform: translateX(-26px) translateY(24px); + /* 可选:添加阴影增强视觉效果 */ + /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */ +} .bmSelect { position: absolute; right: 10px; top: 10px; z-index: 2000; } -.bm-view { - border: 0; - background-color: transparent; -} diff --git a/src/views/SagTraceResult_WX/components/plan.vue b/src/views/SagTraceResult_WX/components/plan.vue index 68cfe7e..5394398 100644 --- a/src/views/SagTraceResult_WX/components/plan.vue +++ b/src/views/SagTraceResult_WX/components/plan.vue @@ -1,6 +1,11 @@