From 9c1308091cb85f3b0923323ca3087f28ec070348 Mon Sep 17 00:00:00 2001 From: junjun Date: Wed, 7 Dec 2022 15:32:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=96=91=E9=A9=AC=E7=BA=B9=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=8F=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/common/common_table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/chart/common/common_table.js b/frontend/src/views/chart/chart/common/common_table.js index 154b383410..5d50469234 100644 --- a/frontend/src/views/chart/chart/common/common_table.js +++ b/frontend/src/views/chart/chart/common/common_table.js @@ -156,6 +156,7 @@ export function getCustomTheme(chart) { theme.colCell.text.fill = c.tableHeaderFontColor ? c.tableHeaderFontColor : c.tableFontColor theme.colCell.measureText.fill = c.tableHeaderFontColor ? c.tableHeaderFontColor : c.tableFontColor + theme.dataCell.cell.crossBackgroundColor = i_c theme.dataCell.cell.backgroundColor = i_c theme.dataCell.cell.horizontalBorderColor = b_c theme.dataCell.cell.verticalBorderColor = b_c