This commit is contained in:
parent
cd96ce8c3f
commit
c0d79281c1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue