From 3f72306e78e8944813406e3ea91d2c48ba1d5fa3 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sat, 25 Apr 2026 17:25:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E5=BC=8F=E6=B6=88=E6=81=AF=E5=AE=BD=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除 .message-content max-width: 60% 限制 - 消息宽度由 message-body 控制,更灵活 --- works/ai-chat-app/www/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/works/ai-chat-app/www/style.css b/works/ai-chat-app/www/style.css index 46ae9bd..d261fd3 100644 --- a/works/ai-chat-app/www/style.css +++ b/works/ai-chat-app/www/style.css @@ -463,13 +463,6 @@ body { 51%, 100% { opacity: 0; } } -/* 响应式 */ -@media (min-width: 768px) { - .message-content { - max-width: 60%; - } -} - /* 安全区域适配(刘海屏) */ @supports (padding: env(safe-area-inset-bottom)) { .input-area {