forked from github/dataease
Merge pull request #7831 from dataease/pr@dev-v2@fix_pivot_font_align
fix(视图-透视表): 总计小计内容文本对齐无效
This commit is contained in:
commit
42d530016d
@ -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