From 722d7846914f0682a06df34e59427860ca33e755 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 5 Sep 2025 14:48:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E5=A4=8Dui=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/components/CommentItem.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/frontend_nuxt/components/CommentItem.vue b/frontend_nuxt/components/CommentItem.vue index 7179ab2f5..9c807ddc9 100644 --- a/frontend_nuxt/components/CommentItem.vue +++ b/frontend_nuxt/components/CommentItem.vue @@ -26,8 +26,12 @@ - + {{ comment.parentUserName }} @@ -381,7 +385,8 @@ const handleContentClick = (e) => { justify-content: space-between; } -.reply-item, .reply-info { +.reply-item, +.reply-info { display: inline-flex; flex-direction: row; align-items: center; @@ -397,13 +402,16 @@ const handleContentClick = (e) => { .reply-icon { color: var(--primary-color); - margin-right: 10px; margin-left: 10px; + margin-right: 10px; opacity: 0.5; + transform: scaleX(-1); } .reply-user-name { opacity: 0.3; + display: none; + font-weight: bold; } .medal-name {