dev_aliyun2
杨树林 5 years ago committed by harry
parent cb78004a01
commit 96397374ec

@ -415,7 +415,7 @@ class ChoquesEditor extends Component {
autoFocus={false}
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '166px'}}
placeholder="请您输入题干"
placeholder="请您输入选项"
options={options}
value={item}
onContentChange={(value, quill) => this.onOptionContentChange(value, quill, index)}
@ -425,7 +425,7 @@ class ChoquesEditor extends Component {
autoFocus={false}
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '166px'}}
placeholder="请您输入题干"
placeholder="请您输入选项"
options={options}
value={JSON.parse(item)}
onContentChange={(value, quill) => this.onOptionContentChange(value, quill, index)}

@ -454,7 +454,7 @@ class SingleEditor extends Component {
autoFocus={false}
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '166px'}}
placeholder="请您输入题干"
placeholder="请您输入选项"
options={options}
value={item}
onContentChange={(value, quill) => this.onOptionContentChange(value, quill, index)}
@ -464,7 +464,7 @@ class SingleEditor extends Component {
autoFocus={false}
imgAttrs={{width: '146px', height: '136px'}}
style={{ height: '166px'}}
placeholder="请您输入题干"
placeholder="请您输入选项"
options={options}
value={JSON.parse(item)}
onContentChange={(value, quill) => this.onOptionContentChange(value, quill, index)}

Loading…
Cancel
Save