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"
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user