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