From 97fc9eea0b2998b36e1022fe1a2a3e947f119d71 Mon Sep 17 00:00:00 2001 From: wisonic Date: Tue, 7 Jan 2025 17:27:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E6=8F=90=E7=A4=BA=E5=86=85=E5=AE=B9=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6=E4=B8=BA=201/4=20=E5=B1=8F=E5=AE=BD?= 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 ab322d27ee..a5f95b184d 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 @@ -1352,6 +1352,7 @@ export function getTooltipContainer(id) { g2Tooltip.classList.add('g2-tooltip') // 最多半屏,鼠标移入可滚动 g2Tooltip.style.maxHeight = '50%' + g2Tooltip.style.maxWidth = '25%' g2Tooltip.style.overflowY = 'auto' g2Tooltip.style.display = 'none' g2Tooltip.style.position = 'fixed'