dev_forum
hjm 6 years ago
parent 109d266f70
commit b297855e7b

@ -661,8 +661,8 @@ class TopicDetail extends Component {
{/* onClick={ this.createNewComment } {/* onClick={ this.createNewComment }
enableReplyTo={true} enableReplyTo={true}
*/} */}
<div className="padding40 bor-bottom-greyE memoReplies commentsDelegateParent comments_hideSecondReplyUserHeader" <div className="padding30 bor-bottom-greyE memoReplies commentsDelegateParent comments_hideSecondReplyUserHeader"
style={{ display: (comments && !!comments.length) ? 'block' : 'none' }}> style={{ display: (comments && !!comments.length) ? 'block' : 'none', paddingTop: '10px' }}>
<div className="replies_count"> <div className="replies_count">
<span className="labal">全部回复</span> <span className="labal">全部回复</span>
<span className="count">{memo.total_replies_count}</span> <span className="count">{memo.total_replies_count}</span>

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

@ -18,7 +18,7 @@
} }
#forum_list .return_btn { #forum_list .return_btn {
line-height: 38px; line-height: 38px;
margin-right: 15px; /* margin-right: 15px; */
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
} }

Loading…
Cancel
Save