|
|
|
@ -241,16 +241,18 @@ class CommonReply extends Component{
|
|
|
|
|
.course-message .commentInput {
|
|
|
|
|
padding-bottom: 56px !important;
|
|
|
|
|
}
|
|
|
|
|
.course-message .commentInput.mockInputWrapper {
|
|
|
|
|
padding-bottom: 30px !important;
|
|
|
|
|
.course-message .commentInput.mockInputWrapper {
|
|
|
|
|
padding-bottom: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
.course-message .memoReplies {
|
|
|
|
|
border-top: 1px solid #EDEDED;
|
|
|
|
|
/* border-top: 1px solid #EDEDED; */
|
|
|
|
|
padding-bottom: 30px;
|
|
|
|
|
}
|
|
|
|
|
`}</style>
|
|
|
|
|
<MemoDetailMDEditor ref="editor" memo={memo} usingMockInput={true} placeholder="说点什么"
|
|
|
|
|
height={160} showError={true}
|
|
|
|
|
replyComment={this.replyComment}
|
|
|
|
|
commentsLength={comments ? comments.length : 0}
|
|
|
|
|
></MemoDetailMDEditor>
|
|
|
|
|
{/* bor-bottom-greyE */}
|
|
|
|
|
<div className="padding40 memoReplies commentsDelegateParent"
|
|
|
|
|