From 303f26dc3634c2393cd3c0976296c1879f3434c9 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Sun, 19 Jan 2025 22:57:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=B7=B3=E8=BD=AC=E5=BC=B9=E7=AA=97=E6=89=93=E5=BC=80?= =?UTF-8?q?=EF=BC=8C=E5=9B=BE=E8=A1=A8=E6=8F=90=E7=A4=BA=E6=A1=86=E5=AE=B9?= =?UTF-8?q?=E6=98=93=E9=81=AE=E6=8C=A1=E5=BC=B9=E6=A1=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/common/common_antv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index 246bea7ea0..7abf945bac 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -131,7 +131,7 @@ export function getTheme(chart: Chart) { fontSize: tooltipFontsize + 'px', background: tooltipBackgroundColor, boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.1)', - 'z-index': 3000, + 'z-index': 2000, position: 'fixed' } }