|
|
@ -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' }} >
|
|
|
|