|
|
|
@ -176,13 +176,13 @@ class Fileslistitem extends Component{
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
`}</style>
|
|
|
|
|
<a href={"/users/"+this.props.user.login} alt="用户"
|
|
|
|
|
style={{"width": "50px", "height": "50px", "display": "block", margin: "0 10px"}}>
|
|
|
|
|
<img
|
|
|
|
|
alt="1?1529221779" className="panel-list-img mr15" height="50"
|
|
|
|
|
src={getImageUrl("images/"+discussMessage.author.image_url)} width="50"
|
|
|
|
|
></img>
|
|
|
|
|
</a>
|
|
|
|
|
{/*<a href={"/users/"+this.props.user.login} alt="用户"*/}
|
|
|
|
|
{/*style={{"width": "50px", "height": "50px", "display": "block", margin: "0 10px"}}>*/}
|
|
|
|
|
{/*<img*/}
|
|
|
|
|
{/*alt="1?1529221779" className="panel-list-img mr15" height="50"*/}
|
|
|
|
|
{/*src={getImageUrl("images/"+discussMessage.author.image_url)} width="50"*/}
|
|
|
|
|
{/*></img>*/}
|
|
|
|
|
{/*</a>*/}
|
|
|
|
|
|
|
|
|
|
<style>{`
|
|
|
|
|
.boardsList .contentSection{
|
|
|
|
|