同步会话实时响应时的样式

This commit is contained in:
xintaofei
2026-03-25 00:27:44 +08:00
parent 421857f249
commit 0fc829a618
2 changed files with 50 additions and 30 deletions

View File

@@ -2379,7 +2379,7 @@ export const ContentPartsRenderer = memo(function ContentPartsRenderer({
role,
}: ContentPartsRendererProps) {
return (
<div className="space-y-2">
<div className="space-y-4">
{parts.map((part, i) => {
if (part.type === "text") {
return (