diff --git a/apps/ai-game-creator-shell/src/features/project-workspace/ToolCallGroup.tsx b/apps/ai-game-creator-shell/src/features/project-workspace/ToolCallGroup.tsx
index e11e4b5b1..d8818c9eb 100644
--- a/apps/ai-game-creator-shell/src/features/project-workspace/ToolCallGroup.tsx
+++ b/apps/ai-game-creator-shell/src/features/project-workspace/ToolCallGroup.tsx
@@ -118,16 +118,18 @@ export function ToolCallGroup({
{summary}
- {running ? (
- 进行中
- ) : timeLabel ? (
- {timeLabel}
- ) : null}
- {durationText ? (
-
- {`用时 ${durationText}`}
-
- ) : null}
+
+ {running ? (
+ 进行中
+ ) : timeLabel ? (
+ {timeLabel}
+ ) : null}
+ {durationText ? (
+
+ {`用时 ${durationText}`}
+
+ ) : null}
+