From 6e0988e85a6ab60421a80f074c7cf99525892779 Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 22 May 2026 13:01:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E4=BA=86=E9=95=BF?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E7=BB=84=E4=BB=B6=E7=9A=84=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ChatLongAnswer/ParsedValueView.vue | 104 ++++++++++-------- src/pages/ChatMain/ChatLongAnswer/index.vue | 68 +++++++++--- src/static/scss/flex.scss | 26 +---- src/static/scss/gap.scss | 35 ++++++ src/static/scss/index.scss | 1 + src/utils/longTextCard.js | 56 ++++++++++ 6 files changed, 206 insertions(+), 84 deletions(-) create mode 100644 src/static/scss/gap.scss diff --git a/src/pages/ChatMain/ChatLongAnswer/ParsedValueView.vue b/src/pages/ChatMain/ChatLongAnswer/ParsedValueView.vue index 584fe07..cbc73d6 100644 --- a/src/pages/ChatMain/ChatLongAnswer/ParsedValueView.vue +++ b/src/pages/ChatMain/ChatLongAnswer/ParsedValueView.vue @@ -1,23 +1,20 @@