From aac110ba1ed80f06cf98edb33cd1da05f65db638 Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Tue, 24 Feb 2026 17:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=AE=B6=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/ForumDetail.jsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/pages/ForumDetail.jsx b/frontend/src/pages/ForumDetail.jsx index 0ed9116..9aec200 100644 --- a/frontend/src/pages/ForumDetail.jsx +++ b/frontend/src/pages/ForumDetail.jsx @@ -231,13 +231,13 @@ const ForumDetail = () => { - } - size={isMobile ? 'small' : 'default'} - style={{ cursor: 'pointer' }} - onClick={() => showUserTitle(topic.author_info)} - /> +
showUserTitle(topic.author_info)} style={{ cursor: 'pointer', display: 'flex', alignItems: 'center' }}> + } + size={isMobile ? 'small' : 'default'} + /> +
{topic.author_info?.nickname} {topic.is_verified_owner && ( @@ -303,13 +303,13 @@ const ForumDetail = () => { styles={{ body: { padding: isMobile ? '15px' : '24px' } }} >
- } - size={isMobile ? 'small' : 'default'} - style={{ cursor: 'pointer' }} - onClick={() => showUserTitle(reply.author_info)} - /> +
showUserTitle(reply.author_info)} style={{ cursor: 'pointer', height: 'fit-content' }}> + } + size={isMobile ? 'small' : 'default'} + /> +