From 202c0f7b59c35891b424569ec43bf6984e0db065 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 4 Sep 2025 17:00:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AFSafari?= =?UTF-8?q?=E5=B8=96=E5=AD=90=E5=BA=95=E9=83=A8=E8=A2=AB=E6=88=AA=E6=96=AD?= =?UTF-8?q?=20#833?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/posts/[id]/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 656224e33..9cd9d1858 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -786,7 +786,6 @@ onMounted(async () => { background-color: var(--background-color); display: flex; flex-direction: row; - height: 100%; } .loading-container {