From 664f4964739c4f6aaefe7e42b626038933c3ff15 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 13 Mar 2025 11:27:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E8=B4=A8=E7=95=99=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/commentunit.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/commentunit.vue b/src/components/commentunit.vue index 6ddf5dc..1c6cc65 100644 --- a/src/components/commentunit.vue +++ b/src/components/commentunit.vue @@ -21,9 +21,11 @@
{{ item.department_name }}
{{ item.hospital_name }}
{{ formateDate(item.created_at) }}
-
+
+
优质解答
+
{{ item.content }} @@ -311,20 +313,21 @@ const handleFreshList = () => { } .tag { - margin-top: 2px; + margin-top: 4px; font-size: 12px; color: #ffffff; height: 15px; + float: left; background: #43c9c3; border-radius: 10px; display: flex; padding: 0 4px; - width: 54px; - + min-width: 54px; justify-content: center; align-items: center; span { + white-space: nowrap; transform: scale(0.9); } }