-
+
@@ -59,6 +59,9 @@
+
+
+
@@ -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 @@
+