From 1d549452fe851d3fc5d0b3ff1ac5c2e4673c4b10 Mon Sep 17 00:00:00 2001 From: ulleo Date: Fri, 14 Feb 2025 18:26:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=8F=90=E7=A4=BA=E5=90=8D=E7=A7=B0=E8=BF=87?= =?UTF-8?q?=E9=95=BF=E5=AF=BC=E8=87=B4=E5=B1=95=E7=A4=BA=E9=94=99=E4=BD=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20#14639?= 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 | 1 + 1 file changed, 1 insertion(+) 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 59456a1f33..f2589eff8e 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 @@ -140,6 +140,7 @@ export function getTheme(chart: Chart) { }, 'g2-tooltip-name': { display: 'inline-block', + 'line-height': tooltipFontsize + 'px', flex: 1 }, 'g2-tooltip-marker': {