glcc修改文案

This commit is contained in:
谢思 2025-05-21 16:04:13 +08:00
parent c1428e8b19
commit cd96ce8c3f
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>