perf:refine article demo

This commit is contained in:
Pan 2017-11-30 16:55:46 +08:00
parent 4dfa878fc6
commit 72f653dcc7
2 changed files with 3 additions and 2 deletions

View file

@ -18,8 +18,8 @@
.small-padding { .small-padding {
.cell { .cell {
padding-left: 8px; padding-left: 5px;
padding-right: 8px; padding-right: 5px;
} }
} }

View file

@ -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: '', //