Symptom
In People Profile, the alignment of text and numeric data is inconsistent, with some appearing as 'left-aligned', 'center-aligned', and 'right-aligned'.
Environment
Employee Profile
Reproducing the Issue
- Access the People Profile, and check one of the background element.
- Check the alignment of text and numeric data in the employee profile, from Date is align left while 点数1&点数2's 90&79 are aligned right.
Cause
This is the expected behavior.
In UI code, below data type will align right in the table.
"ECTCALCFIELD": 1,
"ECTAMOUNTPERCENTFIELD": 1,
"DOUBLE": 1,
"DECIMAL": 1,
"LONG": 1,
"NUMBER": 1
For 点数1 & 点数2 here, their data type/field name is FFLD - Field will contain decimal or boolean values so they are aligned right.
Resolution
This is the expected behavior.
See Also
Keywords
People Profile, Employee Profile, Text Alignment, Numeric Alignment, Display Issue, background element, FFLD , KBA , LOD-SF-EP-PPP , People Profile - Preview , LOD-SF-EP-BGD , Background Elements , LOD-SF-EP-UI , People Profile UI (PP3 UI) , How To