From 79abfd9d8c1de9079c526c18d4b3c17aea4a9a77 Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 5 Jun 2026 13:49:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ChatMain/ChatLongAnswer/styles/index.scss | 4 +++- src/pages/ChatModule/AnswerComponent/index.vue | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/ChatMain/ChatLongAnswer/styles/index.scss b/src/pages/ChatMain/ChatLongAnswer/styles/index.scss index 9c0c6ff..fb81e47 100644 --- a/src/pages/ChatMain/ChatLongAnswer/styles/index.scss +++ b/src/pages/ChatMain/ChatLongAnswer/styles/index.scss @@ -4,7 +4,8 @@ align-items: flex-start; justify-content: space-between; gap: 10px; - margin-bottom: 6px; + border-bottom: 1px solid rgba(15, 23, 42, 0.06); + padding-bottom: 12px; } .long-answer-tag { display: inline-flex; @@ -14,6 +15,7 @@ border-radius: 12px; border: 1px solid transparent; font-size: 12px; + font-weight: 600; line-height: 18px; } .long-answer-title { diff --git a/src/pages/ChatModule/AnswerComponent/index.vue b/src/pages/ChatModule/AnswerComponent/index.vue index a696f6e..778b4aa 100644 --- a/src/pages/ChatModule/AnswerComponent/index.vue +++ b/src/pages/ChatModule/AnswerComponent/index.vue @@ -13,7 +13,7 @@ - 正在生成 + 正在生成