forked from github/dataease
fix(视图-透视表): 总计小计内容文本对齐无效
This commit is contained in:
parent
b64c5d04e0
commit
beb80a9453
@ -259,6 +259,11 @@ export function getCustomTheme(chart: Chart): S2Theme {
|
||||
crossBackgroundColor: tableItemBgColor,
|
||||
backgroundColor: tableItemBgColor
|
||||
},
|
||||
bolderText: {
|
||||
fill: tableFontColor,
|
||||
textAlign: tableItemAlign,
|
||||
fontSize: tableItemFontSize
|
||||
},
|
||||
text: {
|
||||
fill: tableFontColor,
|
||||
textAlign: tableItemAlign,
|
||||
|
Loading…
Reference in New Issue
Block a user