From 6eae41b56048ba32b5f990cb61ae8cb398d0dc4a Mon Sep 17 00:00:00 2001 From: Maziang <929110464@qq.com> Date: Thu, 27 Nov 2025 12:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E5=B0=8F=E8=A1=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/ai_chat_panel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/ai_chat_panel.py b/src/ui/ai_chat_panel.py index 70b161e..f243b54 100644 --- a/src/ui/ai_chat_panel.py +++ b/src/ui/ai_chat_panel.py @@ -63,6 +63,7 @@ class AIChatPanel(QWidget): header_font.setBold(True) header_font.setPointSize(11) header_label.setFont(header_font) + header_label.setStyleSheet("color: white;") # 设置标题为白色 header_layout.addWidget(header_label) header_layout.addStretch()