fix(图表): 修复表格初始化时总计标签位置渲染错误

This commit is contained in:
wisonic-s
2026-05-27 22:25:16 +08:00
committed by xuwei-fit2cloud
parent a751220359
commit 75ce533da8

View File

@@ -3373,6 +3373,9 @@ export class SummaryCell extends CustomDataCell {
} else {
textStyle.textAlign = this.theme.dataCell.text.textAlign
}
if (textStyle.textAlign === 'custom') {
textStyle.textAlign = 'left'
}
return textStyle
}