优化消息里读/写内容显示样式

This commit is contained in:
xintaofei
2026-03-28 14:04:19 +08:00
parent afa67380e7
commit 8bd19738d0
22 changed files with 660 additions and 462 deletions

View File

@@ -1270,8 +1270,7 @@ export function FileWorkspacePanel() {
)}
<UnifiedDiffPreview
diffText={activeFileTab.content}
modelId={activeFileTab.id}
className="h-full"
className="h-full p-3"
/>
</div>
)