优化看到的富文本大小问题

This commit is contained in:
lemon橪 2022-07-05 18:27:01 +08:00
parent c1830df1a2
commit 8327639c23

View File

@ -540,7 +540,7 @@
ref="editor"
openXss
v-model="baseInfoForm.intro"
:init="{ ...initEditor, height: '400px' }"
:init="{ ...initEditor, height: '800px' }"
></editor>
</FormItem>
<FormItem
@ -553,7 +553,7 @@
ref="editor"
openXss
v-model="baseInfoForm.mobileIntro"
:init="{ ...initEditor, height: '400px' }"
:init="{ ...initEditor, height: '800px' }"
></editor>
</FormItem>
</div>