This commit is contained in:
freedakgmail
2025-12-21 22:42:39 +08:00
parent 5983f13282
commit 5a604e89f9
10 changed files with 117 additions and 18 deletions
+1
View File
@@ -707,6 +707,7 @@ const D3OrgChartFlowComponent = forwardRef<D3OrgChartRef, D3OrgChartFlowProps>(
">
${sp.birthYear}${sp.deathYear ? `-${sp.deathYear}` : '-'}
</div>
${sp.ageText ? `<div style="font-size: 9px; color: #000000; margin-top: 2px; font-weight: 500; font-family: serif;">${sp.ageText}</div>` : ''}
` : ''}
</div>
`