富文本

This commit is contained in:
kclf
2022-12-06 15:58:18 +08:00
parent 6e2c09c0cc
commit 1f4732744c
2 changed files with 8 additions and 5 deletions

View File

@@ -388,9 +388,11 @@
<img
class="i_upload_img"
v-if="feng_mian_1"
:src=" feng_mian_1.indexOf(',') > -1
:src="
feng_mian_1.indexOf(',') > -1
? feng_mian_1.split(',')[0]
: feng_mian_1"
: feng_mian_1
"
alt="avatar"
/>
<!-- <a-upload
@@ -674,7 +676,7 @@
:mode="mode"
/>
<Editor
style="height: 300px; overflow-y: hidden"
style="height: 250px; overflow-y: hidden"
v-model="valueHtml"
:defaultConfig="editorConfig"
:mode="mode"
@@ -1115,7 +1117,7 @@
:mode="mode"
/>
<Editor
style="height: 500px; overflow-y: hidden"
style="height: 250px; overflow-y: hidden"
v-model="valueHtml"
:defaultConfig="editorConfig"
:mode="mode"
@@ -7161,6 +7163,7 @@ export default defineComponent({
}
.fotarea {
width: calc(100% - 150px);
position: relative;
.fuwenben {