From de3482be03f9ced451c0bda406fd6d9e2f451e5c Mon Sep 17 00:00:00 2001 From: limingyu Date: Mon, 29 Apr 2024 11:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=8F=B3=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B0=94=E8=B1=A1=E7=9B=91=E6=B5=8B=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 11 +++-- .../map/dialog/meteorologicalMonitoring.vue | 46 +++++++++++++++++++ src/views/map/index.vue | 14 ++++++ 3 files changed, 68 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 d45d0f6..00a96b5 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -1,6 +1,6 @@ @@ -99,6 +102,7 @@ import hotworkFirst from './hotworkFirst' import peoplePositionYGS from './peoplePositionYGS.vue' import outSourceInfo from './outSourceInfo.vue' import outSourceVideoInfo from './outSourceVideoInfo.vue' +import meteorologicalMonitoring from './meteorologicalMonitoring.vue' export default { components: { @@ -141,7 +145,8 @@ export default { hotworkFirst, peoplePositionYGS, outSourceInfo, - outSourceVideoInfo + outSourceVideoInfo, + meteorologicalMonitoring }, props: { title: { @@ -217,7 +222,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 @@ +