diff --git a/src/views/stationOperation/components/MapPane.vue b/src/views/stationOperation/components/MapPane.vue index 365df62..f8cc023 100644 --- a/src/views/stationOperation/components/MapPane.vue +++ b/src/views/stationOperation/components/MapPane.vue @@ -146,6 +146,7 @@ :width="1230" :showFooter="false" @fullscreen="onModalFullScreen" + :getContainer="getModalContainer" >
@@ -446,6 +447,10 @@ export default { document.exitFullscreen() }, + getModalContainer() { + return document.querySelector('.station-operation') + }, + onFullScreenChange() { this.isFullScreen = !!document.fullscreenElement },