fix(视图): 修复表格斑马纹颜色不能变的问题

This commit is contained in:
junjun 2022-12-07 15:32:51 +08:00
parent 2f84a660f4
commit 9c1308091c

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