Merge branch 'dev_item_bank' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_new_shixunsrepository

dev_new_shixunsrepository
杨树林 5 years ago
commit 8bded5442e

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

@ -377,6 +377,7 @@ class JudquestionEditor extends Component{
</p>
<QuillForEditor
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '155px'}}
placeholder="请您输入题干"
options={['code-block', 'image', 'formula']}
@ -425,6 +426,7 @@ class JudquestionEditor extends Component{
</p>
<QuillForEditor
imgAttrs={{width: '146px', height: '136px'}}
style={{height: '166px' }}
placeholder="请您输入题目解析"
options={['code-block', 'image', 'formula']}

@ -393,6 +393,7 @@ class Listjihe extends Component {
:
items.analysis.length>0?
<QuillForEditor
imgAttrs={{width: '60px', height: '30px'}}
readOnly={true}
value={JSON.parse(items.analysis)}
/>

@ -389,6 +389,7 @@ class SingleEditor extends Component{
</p>
<QuillForEditor
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '155px'}}
placeholder="请您输入题干"
options={['code-block', 'image', 'formula']}
@ -420,6 +421,7 @@ class SingleEditor extends Component{
{
item===undefined||item===null||item===""?
<QuillForEditor
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '166px'}}
placeholder="请您输入题干"
options={['code-block', 'image', 'formula']}
@ -428,6 +430,7 @@ class SingleEditor extends Component{
/>
:
<QuillForEditor
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '166px'}}
placeholder="请您输入题干"
options={['code-block', 'image', 'formula']}
@ -467,6 +470,7 @@ class SingleEditor extends Component{
</p>
<div className="mt10"></div>
<QuillForEditor
imgAttrs={{width: '146px', height: '136px'}}
style={{height: '166px' }}
placeholder="请您输入题目解析"
options={['code-block', 'image', 'formula']}

Loading…
Cancel
Save