From 007a4c223ac137b30a4f796dac98f76e3bcac8aa Mon Sep 17 00:00:00 2001 From: Gsh <15170702455@163.com> Date: Sat, 31 Jan 2026 20:33:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20ai=E7=9A=84=E6=B6=88=E6=81=AF=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=B0=94=E6=B3=A1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/chat/layouts/chatWithId/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue b/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue index 2f43625c..e0a50833 100644 --- a/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue +++ b/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue @@ -1449,6 +1449,7 @@ onUnmounted(() => { // AI 内容区域左边距 .ai-content-wrapper { margin-left: 36px; + width: calc(100% - 36px); } // 用户消息容器 - 宽度铺满(和 AI 消息一样) @@ -1494,9 +1495,17 @@ onUnmounted(() => { width: 100%; max-width: 100%; + .el-bubble-content-wrapper { + flex: auto; + } + .el-bubble-content { width: 100%; max-width: 100%; + background: transparent !important; + border: none !important; + box-shadow: none !important; + padding: 0; } } @@ -1805,6 +1814,9 @@ onUnmounted(() => { width: 100%; max-width: 100%; padding: 0; + background: transparent; + border: none; + box-shadow: none; .markdown-body { width: 100%;