From 19f949090a3d0860add4634441ea7f672b7f0332 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sat, 31 Aug 2024 22:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Blog=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/views/Blog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonecn/src/views/Blog.vue b/tonecn/src/views/Blog.vue index 7beb0d9..1289b0d 100644 --- a/tonecn/src/views/Blog.vue +++ b/tonecn/src/views/Blog.vue @@ -52,7 +52,7 @@ onMounted(async () => { display: flex; flex-direction: column; max-width: 800px; - margin: 50px auto; + margin: 30px auto; padding: 0 20px; }