From 0c4b6c0e7bb7ef2def25dfc903271337c471e2c5 Mon Sep 17 00:00:00 2001 From: wisonic Date: Tue, 30 Jul 2024 14:12:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=87=AA=E5=B8=A6=E7=9A=84=E7=99=BD=E8=89=B2?= =?UTF-8?q?=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/common/common_table.ts | 3 +++ 1 file changed, 3 insertions(+) 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 75b944ef64..1a40a966be 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 @@ -40,6 +40,9 @@ export function getCustomTheme(chart: Chart): S2Theme { const scrollBarHoverColor = resetRgbOpacity(scrollBarColor, 3) const theme: S2Theme = { + background: { + color: '#00000000' + }, splitLine: { horizontalBorderColor: borderColor, verticalBorderColor: borderColor