|
|
@ -51,9 +51,9 @@ class Leftdialogue extends Component{
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<div className="fl pr OtherSide-info">
|
|
|
|
<div className="fl pr OtherSide-info">
|
|
|
|
<span className="trangle"></span>
|
|
|
|
<span className="trangle"></span>
|
|
|
|
<ImageLayerHook parentSel={`#Leftdialogue${this.props.key}`} parentSel={`#Leftdialogue${this.props.key}`}>
|
|
|
|
<ImageLayerHook parentSel={`#Leftdialogue${this.props.keys}`} parentSel={`#Leftdialogue${this.props.keys}`}>
|
|
|
|
</ImageLayerHook>
|
|
|
|
</ImageLayerHook>
|
|
|
|
<div className="sms break_word" id={`Leftdialogue${this.props.key}`} dangerouslySetInnerHTML={{__html: markdownToHTML(this.props.objeysl.content).replace(/▁/g, "▁▁▁")}}></div>
|
|
|
|
<div className="sms break_word" id={`Leftdialogue${this.props.keys}`} dangerouslySetInnerHTML={{__html: markdownToHTML(this.props.objeysl.content).replace(/▁/g, "▁▁▁")}}></div>
|
|
|
|
<div className="edu-txt-right mt5">
|
|
|
|
<div className="edu-txt-right mt5">
|
|
|
|
<a className="color-grey-c" onClick={()=>this.mydelete(this.props.objeysl.sender.id,this.props.objeysl.id)} >删除</a>
|
|
|
|
<a className="color-grey-c" onClick={()=>this.mydelete(this.props.objeysl.sender.id,this.props.objeysl.id)} >删除</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|