forked from github/dataease
fix(图表): 表格表头和单元格背景颜色一样时边框颜色深浅不一 #12663
This commit is contained in:
parent
aab23f6e4c
commit
ba34460fda
@ -52,7 +52,8 @@ export function getCustomTheme(chart: Chart): S2Theme {
|
|||||||
},
|
},
|
||||||
splitLine: {
|
splitLine: {
|
||||||
horizontalBorderColor: borderColor,
|
horizontalBorderColor: borderColor,
|
||||||
verticalBorderColor: borderColor
|
verticalBorderColor: borderColor,
|
||||||
|
horizontalBorderWidth: 0
|
||||||
},
|
},
|
||||||
cornerCell: {
|
cornerCell: {
|
||||||
cell: {
|
cell: {
|
||||||
|
Loading…
Reference in New Issue
Block a user