mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
优化看到的富文本大小问题
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user