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

代码规范修复

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