优化看到的富文本大小问题
This commit is contained in:
parent
c1830df1a2
commit
8327639c23
@ -540,7 +540,7 @@
|
|||||||
ref="editor"
|
ref="editor"
|
||||||
openXss
|
openXss
|
||||||
v-model="baseInfoForm.intro"
|
v-model="baseInfoForm.intro"
|
||||||
:init="{ ...initEditor, height: '400px' }"
|
:init="{ ...initEditor, height: '800px' }"
|
||||||
></editor>
|
></editor>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem
|
<FormItem
|
||||||
@ -553,7 +553,7 @@
|
|||||||
ref="editor"
|
ref="editor"
|
||||||
openXss
|
openXss
|
||||||
v-model="baseInfoForm.mobileIntro"
|
v-model="baseInfoForm.mobileIntro"
|
||||||
:init="{ ...initEditor, height: '400px' }"
|
:init="{ ...initEditor, height: '800px' }"
|
||||||
></editor>
|
></editor>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user