From 1e938b75cc57ce58fcf4203edd301671f8bc1937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A6=85=E9=A5=BC?= <2815246336@qq.com> Date: Mon, 22 Sep 2025 16:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ai=E8=81=8A=E5=A4=A9=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Aichat/ChatPopup.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layout/components/Aichat/ChatPopup.vue b/src/layout/components/Aichat/ChatPopup.vue index 46518e5..494f1b0 100644 --- a/src/layout/components/Aichat/ChatPopup.vue +++ b/src/layout/components/Aichat/ChatPopup.vue @@ -2203,6 +2203,10 @@ export default { overflow: hidden; } +.message-content img{ + max-width: 100%; +} + .user-message .message-content::before { content: ''; position: absolute;