先注释了,影响到了md的拖拽

dev_forum
hjm 6 years ago
parent 6787d59ec1
commit 01fd748038

@ -158,13 +158,15 @@ class MemoDetailMDEditor extends Component {
</a> </a>
</div> </div>
<style> <style>
{/*
先注释了影响到了md的拖拽
{ {
` `
.commentInputs{ .commentInputs{
height: 250px; height: 250px;
} }
` `
} } */}
</style> </style>
<div nhname={`new_message_${memo.id}`} className="commentInput commentInputs" <div nhname={`new_message_${memo.id}`} className="commentInput commentInputs"
style={{ padding: '30px',boxSizing:"border-box", display: isInited ? '' : 'none' }} > style={{ padding: '30px',boxSizing:"border-box", display: isInited ? '' : 'none' }} >

Loading…
Cancel
Save