mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(视图-透视表): 总计小计内容文本对齐无效
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user