From c5ea292c795c1483cb02a8e420c67a80bd44ea2d Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 26 Nov 2024 17:11:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #13216 --- .../views/chart/components/js/panel/common/common_table.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts index 7944bb6819..12647d23ba 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts @@ -174,7 +174,9 @@ export function getCustomTheme(chart: Chart): S2Theme { }, scrollBar: { thumbColor: scrollBarColor, - thumbHoverColor: scrollBarHoverColor + thumbHoverColor: scrollBarHoverColor, + size: 8, + hoverSize: 12 } }