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()