diff --git a/ui/web/style.css b/ui/web/style.css index 5d0a597..9713e0a 100644 --- a/ui/web/style.css +++ b/ui/web/style.css @@ -157,7 +157,7 @@ body, html { width: 85%; } /* 🆕 内层同步撑满:.reply-content 基类是 fit-content(贴内容缩), - 可见气泡(md-segment 背景/思考卡/工具卡)都在它里面 → 必须 100% 才真正恒定 */ + 可见内容块(正文段/思考卡/工具卡)都在它里面 → 必须 100% 才真正恒定 */ .assistant .reply-content { width: 100%; } .user .message-content { align-items: flex-end; } @@ -893,15 +893,15 @@ body, html { } -/* ========== 助手正文气泡(流式中/完成后一致) ========== */ +/* ========== 助手正文(流式中/完成后一致,保持透明) ========== */ .message-wrapper.assistant .reply-content .md-segment { width: 100%; box-sizing: border-box; - padding: 10px 14px; + padding: 0; color: #30343b; - background-color: #f6f7f9; - border: 1px solid #eceff3; - border-radius: 8px; + background: transparent; + border: none; + border-radius: 0; } .message-wrapper.assistant .reply-content .md-segment + .md-segment { margin-top: 6px;