diff --git a/src/views/controlCenter/controlPanel/components/map.vue b/src/views/controlCenter/controlPanel/components/map.vue index cd4bd9e..b96a2a6 100644 --- a/src/views/controlCenter/controlPanel/components/map.vue +++ b/src/views/controlCenter/controlPanel/components/map.vue @@ -222,7 +222,7 @@ onUnmounted(() => { } .amap-container { - height: calc(100vh - 22vh); + height: calc(100vh - 25vh); border-radius: 4px; overflow: hidden; width: 100%; diff --git a/src/views/controlCenter/controlPanel/index.vue b/src/views/controlCenter/controlPanel/index.vue index ed6e08b..9345e2e 100644 --- a/src/views/controlCenter/controlPanel/index.vue +++ b/src/views/controlCenter/controlPanel/index.vue @@ -82,7 +82,7 @@
- + @@ -575,7 +575,7 @@ const forceAlarm = async () => { } .Maplist { - height: calc(100vh - 24vh); - overflow: auto; + //height: calc(100vh - 24vh); + //overflow: auto; } diff --git a/src/views/controlCenter/delivery/index.vue b/src/views/controlCenter/delivery/index.vue index c9766e4..ff2d693 100644 --- a/src/views/controlCenter/delivery/index.vue +++ b/src/views/controlCenter/delivery/index.vue @@ -58,7 +58,7 @@
- + @@ -299,7 +299,7 @@ height: calc(100vh - 8vh); } .Maplist { - height: calc(100vh - 24vh); - overflow: auto; + height: calc(100vh - 24vh); + // overflow: auto; } diff --git a/src/views/controlCenter/historyjectory/index.vue b/src/views/controlCenter/historyjectory/index.vue index 33b3267..5a95423 100644 --- a/src/views/controlCenter/historyjectory/index.vue +++ b/src/views/controlCenter/historyjectory/index.vue @@ -58,7 +58,7 @@
- + @@ -308,6 +308,6 @@ height: calc(100vh - 8vh); .Maplist { height: calc(100vh - 24vh); - overflow: auto; + // overflow: auto; }