From 5fda0edc5beaef3dd4a8b4f9e3a27e9452e1d411 Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 27 Nov 2024 11:10:23 +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 --- .../src/views/chart/components/editor/util/chart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/util/chart.ts b/core/core-frontend/src/views/chart/components/editor/util/chart.ts index eb88474a74..d4f77d0c1f 100644 --- a/core/core-frontend/src/views/chart/components/editor/util/chart.ts +++ b/core/core-frontend/src/views/chart/components/editor/util/chart.ts @@ -1546,7 +1546,7 @@ export const CHART_TYPE_CONFIGS = [ export const DEFAULT_BASIC_STYLE: ChartBasicStyle = { alpha: 100, tableBorderColor: '#CCCCCC', - tableScrollBarColor: 'rgba(0, 0, 0, 0.15)', + tableScrollBarColor: '#1f23294d', tableColumnMode: 'adapt', tableColumnWidth: 100, tableFieldWidth: [],