样式调整

This commit is contained in:
sylor_huang@126.com 2020-05-29 18:23:39 +08:00
parent 5a5287b314
commit 4eb2c407c3
2 changed files with 11 additions and 10 deletions

View File

@ -576,8 +576,9 @@ a.issue-type-button.active:hover{background: #f4f4f4; color: #4CACFF;}
}
.border-bottom-comment{border-bottom: 1px solid #eee;}
.comment-background .ant-list-header{padding: 20px;}
.comment-background .ant-list-item{padding: 10px;}
.comment-background .ant-list-split .ant-list-item:last-child{border-bottom: 1px solid #e8e8e8;}
.comment-background .ant-list-item{padding: 16px;}
/* .comment-background .ant-list-split .ant-list-item:last-child{border-bottom: 1px solid #e8e8e8;} */
.border-top-e{border-top: 1px solid #e8e8e8;}
.commentStyle{background-color: #fff !important;}
.reply-comment-input .add_reply_button{background-color: #fff !important; color: #bbb; width: 100%; text-align: left; border: 1px solid rgba(238,238,238,1);
box-shadow: none;}

View File

@ -92,13 +92,13 @@ class comments extends Component {
// // this.getjournalslist(page, limit);
// // this.child.getChildrenJournals(orderId, reply_id);
// }
if (is_reply){
// this.child.getChildrenJournals(orderId, reply_id);
this.state.new_journal_id = result.data.id;
}else{
this.state.new_journal_id = undefined
}
// if (is_reply){
// // this.child.getChildrenJournals(orderId, reply_id);
// }else{
// this.state.new_journal_id = undefined
// }
this.state.new_journal_id = result.data.id;
this.getjournalslist(page, limit);
}
this.props.showNotification(result.data.message);
@ -520,7 +520,7 @@ class comments extends Component {
</div>
)}
{Paginations}
<div className="pd20">{new_comment()}</div>
<div className="pd20 border-top-e">{new_comment()}</div>
</div>
</div>
);