diff --git a/nezha-fronted/src/components/chart/chartList.vue b/nezha-fronted/src/components/chart/chartList.vue index 1111e4bdd..92ebacda3 100644 --- a/nezha-fronted/src/components/chart/chartList.vue +++ b/nezha-fronted/src/components/chart/chartList.vue @@ -76,6 +76,7 @@ v-if="fullscreen.visible" :visible.sync="fullscreen.visible" :show-close="false" + :class="fullscreen.chartInfo.type === 'map' ? 'no-transform-dialog' : ''" destroy-on-close fullscreen :append-to-body="true"