fix: polish chat page refactor

This commit is contained in:
Jason
2026-05-06 22:36:11 +08:00
parent 0f0f5abb2a
commit ff15dc6e9f
6 changed files with 42 additions and 180 deletions

View File

@@ -30,7 +30,6 @@ import {
requestExportSessionStatus
} from '../services/exportBridge'
import ChatHeader from './Chat/ChatHeader'
import ChatInputArea from './Chat/ChatInputArea'
import ChatMessageBubble from './Chat/ChatMessageBubble'
import '../styles/batchTranscribe.scss'
import './ChatPage.scss'
@@ -7202,7 +7201,6 @@ function ChatPage(props: ChatPageProps) {
<span></span>
</div>
</div>
<ChatInputArea placeholder="聊天记录" onFocusSearch={handleToggleInSessionSearch} />
{/* 群成员面板 */}
{showGroupMembersPanel && isCurrentSessionGroup && (