This commit is contained in:
caishi 2020-12-09 14:19:55 +08:00
parent ee79efa6de
commit 851afbc6c4
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ class CoderRootCommit extends Component{
<p className="f-wrap-alignCenter mt15">
<Link to={`/users/${item.login}`} className="show-user-link">
{item.image_url?<img src={getImageUrl(`images/${item.image_url}`)} alt="" width="28px" height="28px" className="mr15 radius"/>:""}
<label className="font-14 color-grey-6" style={{'verticalAlign':'middle'}}>{item.name ?`${item.name}:`:""}提交于 {item.time_from_now}</label>
<label className="font-14 color-grey-6" style={{verticalAlign:'middle'}}>{item.name ?`${item.name}:`:""}提交于 {item.time_from_now}</label>
</Link>
</p>
</div>

View File

@ -386,7 +386,7 @@
}
/* 任务标签列表 */
.tagList > div {
border-bottom: 1px dashed #f4f4f4;
border-bottom: 1px dashed #efefef;
display: flex;
justify-content: space-around;
padding: 15px 0px;