Commit 72f653dc authored by Pan's avatar Pan

perf:refine article demo

parent 4dfa878f
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
.small-padding { .small-padding {
.cell { .cell {
padding-left: 8px; padding-left: 5px;
padding-right: 8px; padding-right: 5px;
} }
} }
......
...@@ -133,6 +133,7 @@ import { fetchArticle } from '@/api/article' ...@@ -133,6 +133,7 @@ import { fetchArticle } from '@/api/article'
import { userSearch } from '@/api/remoteSearch' import { userSearch } from '@/api/remoteSearch'
const defaultForm = { const defaultForm = {
status: 'draft',
title: '', // 文章题目 title: '', // 文章题目
content: '', // 文章内容 content: '', // 文章内容
content_short: '', // 文章摘要 content_short: '', // 文章摘要
......
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