forked from Gitlink/forgeplus-react
合并请求-提出申请者头像显示问题
This commit is contained in:
parent
a67cabbfb4
commit
ffbb5ba34e
|
@ -331,26 +331,14 @@ class MessageCount extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
<div className="mt15">
|
<div className="mt15">
|
||||||
<Link
|
<Link to={`/users/${data.issue.author_login}`} className="show-user-link">
|
||||||
to={`/users/${data.issue.author_login}`}
|
<img className="mr5" src={getImageUrl(`/${data.issue.author_picture}`)}
|
||||||
className="show-user-link"
|
alt="" width="24" height="24" style={{borderRadius:"50%"}}
|
||||||
>
|
|
||||||
<img
|
|
||||||
className="mr5"
|
|
||||||
src={getImageUrl(
|
|
||||||
`images/${data.issue.author_picture}`
|
|
||||||
)}
|
|
||||||
alt=""
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
<span className="ver-middle">
|
<span className="ver-middle">
|
||||||
<span className="color-grey-8 mr5">由</span>
|
<span className="color-grey-8 mr5">由</span>
|
||||||
<Link
|
<Link to={`/users/${data.issue.author_login}`} className="show-user-link color-blue">
|
||||||
to={`/users/${data.issue.author_login}`}
|
|
||||||
className="show-user-link color-blue"
|
|
||||||
>
|
|
||||||
{data.issue.author_name}
|
{data.issue.author_name}
|
||||||
</Link>
|
</Link>
|
||||||
<span className="ml5 color-grey-8">
|
<span className="ml5 color-grey-8">
|
||||||
|
|
Loading…
Reference in New Issue