From 941da784ea0da6af1342213fe55f8e4d754b6672 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 4 Jun 2026 17:05:24 +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/index.vue | 2 +- .../ChatMain/ChatLongAnswer/styles/ParsedValueView.scss | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/ChatMain/ChatLongAnswer/index.vue b/src/pages/ChatMain/ChatLongAnswer/index.vue index 800cc21..deab239 100644 --- a/src/pages/ChatMain/ChatLongAnswer/index.vue +++ b/src/pages/ChatMain/ChatLongAnswer/index.vue @@ -7,7 +7,7 @@ - + {{ headerSections.title.contentValue }} diff --git a/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss b/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss index 4a0b198..766fd06 100644 --- a/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss +++ b/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss @@ -11,11 +11,11 @@ display: flex; flex-direction: column; gap: 6px; - margin-bottom: 4px; + margin-bottom: 8px; } .content-body-image-bottom { - margin-bottom: 4px; + margin-bottom: 8px; } .content-body-image { @@ -35,8 +35,9 @@ .content-body-list-card { display: flex; flex-direction: column; - padding: 12px 16px 12px 0; + padding: 12px; border-radius: 12px; + margin-bottom: 8px; } .content-body-list-item {