mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 19:02:03 +08:00
fix(图表): 修复表格初始化时总计标签位置渲染错误
This commit is contained in:
committed by
xuwei-fit2cloud
parent
a751220359
commit
75ce533da8
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user