From f291e5df39bb1e7f76b86856ec94565c37d735dd Mon Sep 17 00:00:00 2001 From: wisonic Date: Wed, 6 Nov 2024 19:32:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AD=98=E9=87=8F=E9=80=8F=E8=A7=86=E8=A1=A8=E8=A1=8C=E5=A4=B4?= =?UTF-8?q?=E8=BE=B9=E6=A1=86=E9=A2=9C=E8=89=B2=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/table/table-pivot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/table/table-pivot.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/table/table-pivot.ts index c1a074e73c..d7071b592a 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/table/table-pivot.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/table/table-pivot.ts @@ -355,7 +355,7 @@ export class TablePivot extends S2ChartView { } let tableBorderColor = basicStyle.tableBorderColor if (!isAlphaColor(tableBorderColor)) { - tableBorderColor = hexColorToRGBA(tableHeaderBgColor, basicStyle.alpha) + tableBorderColor = hexColorToRGBA(tableBorderColor, basicStyle.alpha) } const tableHeaderFontColor = hexColorToRGBA(tableHeader.tableHeaderFontColor, basicStyle.alpha) const fontStyle = tableHeader.isItalic ? 'italic' : 'normal'