|
|
|
@ -365,6 +365,7 @@ class ChoquesEditor extends Component{
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<QuillForEditor
|
|
|
|
|
imgAttrs={{width: '146px', height: '136px'}}
|
|
|
|
|
style={{ height: '155px'}}
|
|
|
|
|
placeholder="请您输入题干"
|
|
|
|
|
options={['code-block', 'image', 'formula']}
|
|
|
|
@ -397,6 +398,7 @@ class ChoquesEditor extends Component{
|
|
|
|
|
{
|
|
|
|
|
item===undefined||item===null||item===""?
|
|
|
|
|
<QuillForEditor
|
|
|
|
|
imgAttrs={{width: '146px', height: '136px'}}
|
|
|
|
|
style={{ height: '166px'}}
|
|
|
|
|
placeholder="请您输入题干"
|
|
|
|
|
options={['code-block', 'image', 'formula']}
|
|
|
|
@ -405,6 +407,7 @@ class ChoquesEditor extends Component{
|
|
|
|
|
/>
|
|
|
|
|
:
|
|
|
|
|
<QuillForEditor
|
|
|
|
|
imgAttrs={{width: '146px', height: '136px'}}
|
|
|
|
|
style={{ height: '166px'}}
|
|
|
|
|
placeholder="请您输入题干"
|
|
|
|
|
options={['code-block', 'image', 'formula']}
|
|
|
|
@ -442,6 +445,7 @@ class ChoquesEditor extends Component{
|
|
|
|
|
</p>
|
|
|
|
|
<div className="mt10"></div>
|
|
|
|
|
<QuillForEditor
|
|
|
|
|
imgAttrs={{width: '146px', height: '136px'}}
|
|
|
|
|
style={{height: '166px' }}
|
|
|
|
|
placeholder="请您输入题目解析"
|
|
|
|
|
options={['code-block', 'image', 'formula']}
|
|
|
|
|