From 6b7604dd381dd5191ab45786eeebe64fb7c86a15 Mon Sep 17 00:00:00 2001 From: GinHa <15201596918@163.com> Date: Thu, 2 Jul 2026 13:27:59 +0800 Subject: [PATCH] =?UTF-8?q?AI=E5=88=9B=E4=BD=9C=E6=A8=A1=E5=9D=97=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video-gen-app/src/pages/GenerateConver.tsx | 282 ++++++++++++--------- 1 file changed, 156 insertions(+), 126 deletions(-) diff --git a/video-gen-app/src/pages/GenerateConver.tsx b/video-gen-app/src/pages/GenerateConver.tsx index 652669dd..8c8cd17a 100644 --- a/video-gen-app/src/pages/GenerateConver.tsx +++ b/video-gen-app/src/pages/GenerateConver.tsx @@ -1569,7 +1569,7 @@ const AIChatPage: React.FC = () => { lineHeight: 1.6, cursor: 'pointer', transition: 'all 0.2s ease', - boxShadow: '0 1px 3px rgba(99, 102, 241, 0.04)', + boxShadow: '0 1px 2px rgba(15, 23, 42, 0.03)', }} onMouseEnter={() => { setExpandedPrompts(prev => { @@ -1726,7 +1726,7 @@ const AIChatPage: React.FC = () => { borderRadius: 12, boxShadow: '0 4px 20px rgba(0,0,0,0.15)', padding: 16, - minWidth: 200, + minWidth: 174, zIndex: 9999, }} onClick={(e) => e.stopPropagation()} @@ -1805,19 +1805,18 @@ const AIChatPage: React.FC = () => { {/* 输入区域 - 始终显示 */}