diff --git a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue index 712198c..4a31045 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue @@ -267,6 +267,7 @@ } .ListInfo_value { width: calc(100% - 75px); + min-height: 26px; height: auto; line-height: 18px; background: #0d2359; diff --git a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue index 712198c..4a31045 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue @@ -267,6 +267,7 @@ } .ListInfo_value { width: calc(100% - 75px); + min-height: 26px; height: auto; line-height: 18px; background: #0d2359; diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index ee688a1..fea9ca6 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -238,10 +238,20 @@ v-if=" !showPanel && AllData.RightShow && - AllData.RightShowType == 'rain_water_pump_station_info' + AllData.RightShowType == 'sewage_pump_station_info' " > - 泵站信息 + +
+ {{ AllData.ClicksiteName }} +
+ +
+ +
@@ -262,6 +272,7 @@ import DraBarChartsLeft from "./components/DraBarChartsLeft.vue"; // 右侧面板接入 import RightCharts from "./components/RightCharts.vue"; +import BengZhanInfo from "./BengZhanRight.vue"; // 面板控制组件 import PanelDisplayHidden from "@/views/pictureOnMap/page/components/PanelDisplayHidden.vue"; const showPanel = ref(false); //面板展开收起