dev_202304
wangchenguang 2 years ago
parent c7dfc4537a
commit 934520a79d
  1. 3
      src/views/parnerOperation/editor.js
  2. 2
      src/views/parnerOperation/learnMg.vue

@ -179,8 +179,9 @@ export default {
promotion: false, promotion: false,
branding: false, branding: false,
width: 940, width: 940,
height: 650, //编辑器高度 height: 600, //编辑器高度
min_height: 400, min_height: 400,
max_height: 600,
content_css: [ //可设置编辑区内容展示的css,谨慎使用 content_css: [ //可设置编辑区内容展示的css,谨慎使用
'./styles/css/editor.css', './styles/css/editor.css',
], ],

@ -127,7 +127,7 @@
</div> </div>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
<el-form-item prop="mainBody" label="正文"> <el-form-item prop="mainBody" label="正文" >
<Editor api-key='rnk6zw9v267xqz7pf98twt1vmrvltmd436je7a642pckltda' v-model="form.mainBody" :init="editorConfig" /> <Editor api-key='rnk6zw9v267xqz7pf98twt1vmrvltmd436je7a642pckltda' v-model="form.mainBody" :init="editorConfig" />
</el-form-item> </el-form-item>
<el-form-item prop="file" label="文件上传"> <el-form-item prop="file" label="文件上传">

Loading…
Cancel
Save