mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
富文本
This commit is contained in:
@@ -388,9 +388,11 @@
|
|||||||
<img
|
<img
|
||||||
class="i_upload_img"
|
class="i_upload_img"
|
||||||
v-if="feng_mian_1"
|
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.split(',')[0]
|
||||||
: feng_mian_1"
|
: feng_mian_1
|
||||||
|
"
|
||||||
alt="avatar"
|
alt="avatar"
|
||||||
/>
|
/>
|
||||||
<!-- <a-upload
|
<!-- <a-upload
|
||||||
@@ -674,7 +676,7 @@
|
|||||||
:mode="mode"
|
:mode="mode"
|
||||||
/>
|
/>
|
||||||
<Editor
|
<Editor
|
||||||
style="height: 300px; overflow-y: hidden"
|
style="height: 250px; overflow-y: hidden"
|
||||||
v-model="valueHtml"
|
v-model="valueHtml"
|
||||||
:defaultConfig="editorConfig"
|
:defaultConfig="editorConfig"
|
||||||
:mode="mode"
|
:mode="mode"
|
||||||
@@ -1115,7 +1117,7 @@
|
|||||||
:mode="mode"
|
:mode="mode"
|
||||||
/>
|
/>
|
||||||
<Editor
|
<Editor
|
||||||
style="height: 500px; overflow-y: hidden"
|
style="height: 250px; overflow-y: hidden"
|
||||||
v-model="valueHtml"
|
v-model="valueHtml"
|
||||||
:defaultConfig="editorConfig"
|
:defaultConfig="editorConfig"
|
||||||
:mode="mode"
|
:mode="mode"
|
||||||
@@ -7161,6 +7163,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fotarea {
|
.fotarea {
|
||||||
|
width: calc(100% - 150px);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.fuwenben {
|
.fuwenben {
|
||||||
|
|||||||
@@ -652,7 +652,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fotarea {
|
.fotarea {
|
||||||
width: calc(100% - 100px);
|
width: calc(100% - 150px);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.fuwenben {
|
.fuwenben {
|
||||||
|
|||||||
Reference in New Issue
Block a user