wangeditor中怎么配置编辑器内的默认字号?-灵析社区

笑面猫

wangeditor中怎么设置他的默认字号? { field: 'text', component: 'Editor', componentProps: { editorConfig: { toolbarConfig: { toolbarKeys: ['fontFamily', 'fontSize', 'color', 'sup', 'sub', 'lineHeight'] } }, // @ts-ignore onChange: (edit: IDomEditor) => { console.log('edit===========') console.log(edit) setValues({ content: edit.getHtml() }) } },

阅读量:211

点赞量:0

问AI
001
const defaultContent = [ { type: 'paragraph', lineHeight: '1.5', children: [ { text: '', fontFamily: '宋体', fontSize: '13px' }, ] }, ]