forked from Gitlink/forgeplus-react
This commit is contained in:
parent
ee79efa6de
commit
851afbc6c4
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue