优化看到的富文本大小问题
parent
c1830df1a2
commit
8327639c23
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue