|
|
|
@ -261,7 +261,7 @@ class Fileslistitem extends Component{
|
|
|
|
|
|
|
|
|
|
</p>}
|
|
|
|
|
|
|
|
|
|
<p className="color-grey panel-lightgrey mt8 fl ml30" style={{width:'100%'}}>
|
|
|
|
|
<p className={this.props.isAdmin===true?"color-grey panel-lightgrey mt8 fl ml30":"color-grey panel-lightgrey mt8 fl ml13"} style={{width:'100%'}}>
|
|
|
|
|
<span className="mr50">
|
|
|
|
|
<span className="mr15 color-dark">{discussMessage.author.name}</span>
|
|
|
|
|
<span className="mr15 color-grey9">大小 {discussMessage.filesize}</span>
|
|
|
|
@ -302,7 +302,7 @@ class Fileslistitem extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p className="color-grey panel-lightgrey mt8 fl ml30" style={{width:'100%'}}>
|
|
|
|
|
<p className={this.props.isAdmin===true?"color-grey panel-lightgrey mt8 fl ml30":"color-grey panel-lightgrey mt8 fl ml13"} style={{width:'100%'}}>
|
|
|
|
|
<pre className="color-dark">资源描述 :{discussMessage.description===null?"暂无描述":discussMessage.description}</pre>
|
|
|
|
|
{/*<span className="mr50">*/}
|
|
|
|
|
{/*/!*<span className="mr15 color-dark"></span>*!/*/}
|
|
|
|
|