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() }) } },