forked from github/dataease
Merge pull request #4040 from dataease/pr@dev@fix_table
fix(视图): 修复表格斑马纹颜色不能变的问题
This commit is contained in:
commit
5b25e859dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user