chore: installer download link

This commit is contained in:
jialin
2025-07-14 17:01:11 +08:00
parent fda4786737
commit 472a4d400b
7 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ const InfoColumn: React.FC<InfoColumnProps> = (props) => {
<span className="flex" style={style}>
{fieldList.map((item, index) => {
return (
<>
<span key={item.key || index} className="flex-center">
<span className="flex-column flex-center">
<span>
{' '}
@@ -46,7 +46,7 @@ const InfoColumn: React.FC<InfoColumnProps> = (props) => {
}}
></Divider>
) : null}
</>
</span>
);
})}
</span>