|
|
|
@ -255,7 +255,7 @@ class Fileslistitem extends Component{
|
|
|
|
|
{this.props.isAdmin?
|
|
|
|
|
<span className={"fr mr10 mt2"} onClick={(event)=>this.eventStop(event)}>
|
|
|
|
|
<WordsBtn style="blue" className="colorblue font-16 mr20 fr">
|
|
|
|
|
<a className="btn colorblue"
|
|
|
|
|
<a className="btn colorblue fontweight400"
|
|
|
|
|
onClick={()=>this.settingList()}>设置</a>
|
|
|
|
|
</WordsBtn>
|
|
|
|
|
</span>:""}
|
|
|
|
@ -264,12 +264,12 @@ class Fileslistitem extends Component{
|
|
|
|
|
<span className={"fr mr10 mt2"} onClick={(event)=>this.eventStop(event)}>
|
|
|
|
|
|
|
|
|
|
<WordsBtn style="blue" className="colorblue font-16 mr20 fr">
|
|
|
|
|
<a className="btn colorblue"
|
|
|
|
|
<a className="btn colorblue fontweight400"
|
|
|
|
|
onClick={()=>this.settingList()}>设置</a>
|
|
|
|
|
</WordsBtn>
|
|
|
|
|
|
|
|
|
|
<WordsBtn style="blue" className="colorblue font-16 mr20 fr">
|
|
|
|
|
<a className="btn colorblue"
|
|
|
|
|
<a className="btn colorblue fontweight400"
|
|
|
|
|
onClick={()=>this.onDelete(discussMessage.id)}>删除</a>
|
|
|
|
|
</WordsBtn>
|
|
|
|
|
|
|
|
|
|