This commit is contained in:
谢思 2025-05-21 16:17:40 +08:00
parent cd96ce8c3f
commit c0d79281c1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function RepoInfo(props) {
</FlexAJ>
{/* <Rows label={["官网地址", "GitLink地址"]} content={[]}/> */}
<Row gutter={16}>
<Col span={12}><div className="repoOthersInfo mt15"><span className="labelInfoBox">项目联系人:</span>{contactName}{contactPhone} | {contactMail}</div></Col>
<Col span={12}><div className="repoOthersInfo mt15"><span className="labelInfoBox">联系人:</span>{contactName}{contactPhone} | {contactMail}</div></Col>
<Col span={12}><div className="repoOthersInfo mt15"><span className="labelInfoBox gitlinkUrl">GitLink地址:</span>{gitlinkUrl}</div></Col>
</Row>
<div className="repoOthersInfo mt10"><span className="labelInfoBox">社区简介:</span>{projectIntro}</div>