From ef2b92996bb1b63aa53faa28785e2855034e0d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sun, 17 Aug 2025 15:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=BE=93=E5=85=A5=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=BF=87=E9=95=BF=E6=97=B6=E4=BC=9A=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 808b2d4..4a1cc4d 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -4074,6 +4074,10 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl text-align: left; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); margin: 0; + word-wrap: break-word; + word-break: break-word; + white-space: pre-wrap; + overflow-wrap: break-word; /* 将用户消息推到右边 */ }