From 941f3982b68c9a56a93928935e9e8596061d1e82 Mon Sep 17 00:00:00 2001 From: dugulp Date: Sun, 4 Aug 2024 13:21:52 +0800 Subject: [PATCH] Add readme --- index.html | 2 +- src/App.vue | 4 ++++ src/components/PostList.vue | 40 ++++++++++++++++++++++++++++++++++++- src/style.css | 3 +-- 4 files changed, 45 insertions(+), 4 deletions(-) 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 @@