// 注: 可以直接使用我上传的资源, 安装对应依赖后即可使用
// 使用
<Tinymce
id={`tinymce${index}`}
toolbar="code forecolor backcolor fontselect fontsizeselect bold italic underline alignleft aligncenter alignright numlist bullist removeformat uploadImg link "
value={item.content}
onEditorChange={e => this.props.handleTinymceChange(e, item, index)}
width={this.props.scriptSearchType && this.props.scriptSearchType === 'POP_UP' ? '582' : '840'}
height="180"
/>
封装富文本后如何使用
于 2023-11-01 15:38:24 首次发布