Merge pull request #4040 from dataease/pr@dev@fix_table

fix(视图): 修复表格斑马纹颜色不能变的问题
This commit is contained in:
Junjun
2022-12-07 15:40:53 +08:00
committed by GitHub

View File

@@ -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