mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
富文本
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user