From ef380035b684da75843c4b3382af30c8557ad524 Mon Sep 17 00:00:00 2001 From: wangxk Date: Mon, 30 Jun 2025 14:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=AB=E6=98=9F=E5=9B=BE=E5=B1=82=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E9=A1=B5=E9=9D=A2=E5=A4=B1=E6=95=88=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=92=8C=E4=BD=8D=E7=BD=AE=E5=8F=98=E5=8A=A8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E8=A7=A3=E5=86=B3-=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/views/components/ChartComponentG2Plot.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue index 72d69d5..da23672 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue @@ -955,12 +955,12 @@ onBeforeUnmount(() => { color: #fff !important; } :deep(.l7-control-zoom){ - position:fixed; + position:fixed !important; right: 0px; bottom: 65px; } :deep(.l7-control-button){ - position:fixed; + position:fixed !important; right: 0px; bottom: 35px; }