From 86dfc134dc01e1c4549902d1bd7a36b3774f0c51 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 24 Sep 2025 19:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=BE=AE=E8=B0=83=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/common/PostTopic.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/common/PostTopic.vue b/src/pages/common/PostTopic.vue index 958b762c..dd7ec99d 100644 --- a/src/pages/common/PostTopic.vue +++ b/src/pages/common/PostTopic.vue @@ -297,8 +297,10 @@ function handleUserClick(user: TGApp.BBS.Post.User, gid: number): void { display: flex; overflow: hidden; max-width: 100%; + box-sizing: border-box; align-items: center; justify-content: center; + padding-right: 8px; border-radius: 4px; margin-right: 12px; margin-left: 12px; @@ -329,8 +331,6 @@ function handleUserClick(user: TGApp.BBS.Post.User, gid: number): void { :last-child { overflow: hidden; - box-sizing: border-box; - padding-right: 8px; max-lines: 1; text-overflow: ellipsis; white-space: nowrap;