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
commit 5b25e859dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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