issue 4595+4594

This commit is contained in:
caishi 2024-07-16 11:51:51 +08:00
parent fe709a8db1
commit 0e83aa8e9d
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ class IndexItem extends Component {
}
</span>
</div>
<p className="break_word task-hide-2 mt10" style={{ maxHeight: "44px",lineHeight:"22px" }}>{item.description}</p>
{item.description && <p className="break_word task-hide-2 mb10" style={{ maxHeight: "44px",lineHeight:"22px" }}>{item.description}</p> }
{/* 项目标签 */}
{item.topics && <div className='projectHomeTopics myProList'>
{item.topics.map(topic=><Link to={`/explore/topic/${topic.id}/${encodeURIComponent(topic.name)}`} className='proHomeTopic mr15 font-13 task-hide'>{topic.name}</Link>)}

View File

@ -176,7 +176,7 @@ function Index(props) {
</div>
<div className="fifthEdition">
<p className="title">开源生态</p>
<p className="fifthtitle">开源生态</p>
<p className="subtitle">GitLink与各大企业高校科研机构开展广泛的技术合作推动我国开源软件生态的快速构建与发展</p>
<FifthEdition />
</div>

View File

@ -930,7 +930,7 @@ body{
}
}
}
.title{
.fifthtitle{
height: 53px;
font-size: 38px;
font-weight: 500;