From cf952e0ee373bcced660dbad019b5cd3fa10e99e Mon Sep 17 00:00:00 2001 From: limingyu Date: Mon, 29 Apr 2024 14:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=8F=B3=E4=BE=A7=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=B0=94=E8=B1=A1=E7=9B=91=E6=B5=8B=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 12 +++-- .../map/dialog/meteorologicalMonitoring.vue | 46 +++++++++++++++++++ src/views/map/index.vue | 14 ++++++ 3 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 src/views/map/dialog/meteorologicalMonitoring.vue diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue index 96d68f2..7a15a2a 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -1,6 +1,6 @@ @@ -106,6 +109,8 @@ import peoplePositionYGS from './peoplePositionYGS.vue' import outSourceInfo from './outSourceInfo.vue' import outSourceVideoInfo from './outSourceVideoInfo.vue' import AlarmDevice from './alarmDevice' +import meteorologicalMonitoring from './meteorologicalMonitoring.vue' + export default { components: { @@ -150,7 +155,8 @@ export default { peoplePositionYGS, outSourceInfo, outSourceVideoInfo, - MkGateMachineCmt + MkGateMachineCmt, + meteorologicalMonitoring }, props: { title: { @@ -230,7 +236,7 @@ export default { font-size: 14px; color: #fff; overflow-y: auto; - max-height: 60vh; + max-height: 85vh; //设置滚动条样式 &::-webkit-scrollbar { diff --git a/src/views/map/dialog/meteorologicalMonitoring.vue b/src/views/map/dialog/meteorologicalMonitoring.vue new file mode 100644 index 0000000..0a9696f --- /dev/null +++ b/src/views/map/dialog/meteorologicalMonitoring.vue @@ -0,0 +1,46 @@ +