Commit ff1a4fe0 authored by 小费同学阿's avatar 小费同学阿 💬

代码规范修复

parent b9ff1d41
......@@ -112,9 +112,7 @@ export default {
// 状态位
articleStatus: '0',
// 创建时间
articleCreateTime: '',
// 文章内容
articleContent: ''
articleCreateTime: ''
},
// 提交中状态
submitLoading: false,
......@@ -167,8 +165,6 @@ export default {
},
/** 提交按钮 */
submitForm() {
const filteredContent = this.removePTags(this.form)
console.log(filteredContent)
this.$refs['form'].validate(valid => {
if (valid) {
this.submitLoading = true
......@@ -260,7 +256,6 @@ export default {
display: flex;
text-align: left;
}
::v-deep .el-card__body {
padding: unset !important;
}
......@@ -273,9 +268,8 @@ export default {
color: #333333;
line-height: 24px;
}
//最上方文字样式
.top-title-style {
.top-title-style{
font-size: 24px;
font-family: Microsoft YaHei-Bold, Microsoft YaHei;
font-weight: bold;
......
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