From 88ce6b682d96fc8f90186cb092a3c75dec9461fd Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 26 Aug 2025 10:59:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=BD=E5=A5=96ui=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/new-post.vue | 2 ++ frontend_nuxt/pages/posts/[id]/index.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend_nuxt/pages/new-post.vue b/frontend_nuxt/pages/new-post.vue index ed64f63f5..533f2faf0 100644 --- a/frontend_nuxt/pages/new-post.vue +++ b/frontend_nuxt/pages/new-post.vue @@ -498,6 +498,8 @@ const submitPost = async () => { display: flex; flex-direction: column; gap: 20px; + + margin-bottom: 200px; } .prize-row-title { diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 7777cb2a0..d218eb05f 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -894,7 +894,7 @@ onMounted(async () => { }) -