dev_jupyter
杨树林 5 years ago
parent d17578c4d1
commit 744c87a7e3

@ -421,7 +421,7 @@ class SingleEditor extends Component{
{
item===undefined||item===null||item===""?
<QuillForEditor
autoFocus={false}
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '166px'}}
placeholder="请您输入题干"
@ -431,7 +431,7 @@ class SingleEditor extends Component{
/>
:
<QuillForEditor
autoFocus={false}
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '166px'}}
placeholder="请您输入题干"
@ -472,7 +472,7 @@ class SingleEditor extends Component{
</p>
<div className="mt10"></div>
<QuillForEditor
autoFocus={false}
imgAttrs={{width: '146px', height: '136px'}}
style={{height: '166px' }}
placeholder="请您输入题目解析"

Loading…
Cancel
Save