From 19804617ea6d48762342ef858d32ae60838b7fa5 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 1 Jul 2022 16:41:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E7=AC=A6=E5=8F=B7?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=9F=A5=E7=9C=8B=E6=95=B0=E6=8D=AE=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E6=A0=B7=E5=BC=8F=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/custom-component/UserViewDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/custom-component/UserViewDialog.vue b/frontend/src/components/canvas/custom-component/UserViewDialog.vue index 18b8eeca13..ce8a4e8a09 100644 --- a/frontend/src/components/canvas/custom-component/UserViewDialog.vue +++ b/frontend/src/components/canvas/custom-component/UserViewDialog.vue @@ -68,7 +68,7 @@ export default { }, computed: { isAbsoluteContainer() { - return this.chart.type === 'symbol-map' + return this.showChartCanvas && this.chart.type === 'symbol-map' }, showChartCanvas() { return this.openType === 'enlarge'