From 0fdbea55eb80f049ffaff1ecc63a60f166c27161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Sat, 8 Mar 2025 19:04:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=8D=A0=E6=8D=AE=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/t-postcard.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/app/t-postcard.vue b/src/components/app/t-postcard.vue index e75640fc..04f47ebf 100644 --- a/src/components/app/t-postcard.vue +++ b/src/components/app/t-postcard.vue @@ -290,8 +290,10 @@ async function toForum(forum: RenderForum): Promise { .tpc-title { position: relative; - width: 100%; + width: fit-content; + max-width: 100%; padding: 4px 8px; + margin-right: auto; cursor: pointer; font-family: var(--font-title); font-size: 18px;