diff --git a/index.html b/index.html index 8388c4b..7424a4f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + Vue + 湖南大学望麓社区莫相思姐姐的日记贴
diff --git a/src/App.vue b/src/App.vue index abb2380..f37bff7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,4 +22,8 @@ body { margin: 0; padding: 0; } + +#app { + padding: 1em; +} diff --git a/src/components/PostList.vue b/src/components/PostList.vue index 892bc18..6cce8aa 100644 --- a/src/components/PostList.vue +++ b/src/components/PostList.vue @@ -1,5 +1,13 @@