jsk 健康科普-富文本修改

This commit is contained in:
skjia 2025-06-16 11:25:53 +08:00
parent 4b4c6bb49b
commit b241358bec
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ export default {
[{ color: [] }, { background: [] }], //
[{ align: [] }], //
["clean"], //
["link", "image", "video"] //
// ["link", "image", "video"] //
],
},
placeholder: "请输入内容",

View File

@ -161,7 +161,7 @@
</el-col>
<el-col :span="24">
<el-form-item label="内容" prop="articleContent">
<editor v-model="form.articleContent" :min-height="192"/>
<editor v-model="form.articleContent" :min-height="192" />
</el-form-item>
</el-col>
</el-row>