|
|
|
@ -178,10 +178,12 @@ class MemoDetailMDEditor extends Component {
|
|
|
|
|
<div className="editor__resize" href="javascript:void(0);">调整高度</div>
|
|
|
|
|
{ errorMsg && <span className="fl" style={{color: 'red', marginTop: '6px',
|
|
|
|
|
marginLeft: '4px'}}>{errorMsg}</span> }
|
|
|
|
|
<a id={`new_message_submit_btn_${memo.id}`} href="javascript:void(0)"
|
|
|
|
|
onClick={this.onCommit} className="commentsbtn task-btn task-btn-blue fr">
|
|
|
|
|
{this.props.buttonText || '发送'}
|
|
|
|
|
</a>
|
|
|
|
|
<div style={{height: "10px"}}>
|
|
|
|
|
<a id={`new_message_submit_btn_${memo.id}`} href="javascript:void(0)"
|
|
|
|
|
onClick={this.onCommit} className="commentsbtn task-btn task-btn-blue fr">
|
|
|
|
|
{this.props.buttonText || '发送'}
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</React.Fragment>
|
|
|
|
|
);
|
|
|
|
|