Commit 08ea7559 authored by zhengke's avatar zhengke

修改添加商品列表

parent 4aec1fe0
......@@ -323,7 +323,7 @@
<my-edit v-on:edit-value="addMsg.description = arguments[0]" v-bind:editValue="addMsg.description"
v-bind:toolbarShow="toolbar" v-bind:placeholder="placeholder"></my-edit>
<span class="resource-lititle resource-lititle2">图片介绍</span>
<!-- <span class="resource-lititle resource-lititle2">图片介绍</span>
<div class="resource-imglist clearfix">
<div class="re-img re-img2" v-for="(item,index) in DiningImageArray2" :key="index">
<img v-if="!item" src="../../assets/img/bg_c3@3x.png">
......@@ -370,7 +370,7 @@
</div>
</div>
</div>
</div>
</div> -->
</div>
<div class="bottom_sub">
<button
......@@ -392,16 +392,16 @@ export default {
data() {
return {
toolbar: {
clean: true, //加粗
font: true, //字体
clean: true,
font: false, //字体
narrative: false, //叙述,
image:true,
// bold: true, //加粗
// underline: true, //下划线
// header1: true, //H1
// header2: true, //H2
//fontColor: true, //字体颜色
// fontBackgroundColor: true, //背景颜色
bold: true, //加粗
underline: true, //下划线
header1: true, //H1
header2: true, //H2
fontColor: false, //字体颜色
fontBackgroundColor: false, //背景颜色
},
placeholder: "请输入内容",
editorOption: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment