Commit 270dfc47 authored by 黄奎's avatar 黄奎

页面修改

parent a63cb30f
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<el-row> <el-row>
<el-col :span="9"> <el-col :span="9">
<el-form-item label="说明"> <el-form-item label="说明">
<el-input type="textarea" v-model="postMsg.TipContent" maxlength="200"></el-input> <quill-editor class="w595" :options="editorOption" v-model="postMsg.TipContent"></quill-editor>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="15"> <el-col :span="15">
...@@ -280,7 +280,16 @@ ...@@ -280,7 +280,16 @@
let startTime = new Date(this.queryMsg.QEndDate) let startTime = new Date(this.queryMsg.QEndDate)
return startTime.getTime() >= time.getTime() return startTime.getTime() >= time.getTime()
} }
} },
editorOption:{
placeholder: '请输入内容',
modules:{
toolbar:[
['bold', 'italic', 'underline', 'strike'], // toggled buttons
['blockquote', 'code-block','align']
]
}
},
}; };
}, },
methods: { methods: {
...@@ -516,6 +525,10 @@ ...@@ -516,6 +525,10 @@
text-decoration: underline; text-decoration: underline;
} }
.HqCom_bottom .ql-container
{
min-height: 100px;
}
.classHong { .classHong {
background-color: rgb(255, 55, 55); background-color: rgb(255, 55, 55);
} }
......
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