mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-18 07:25:57 +08:00
fix: use the same height of placeholders
This commit is contained in:
parent
ff3fabecf7
commit
8f8a6add71
@ -159,8 +159,7 @@ function WebSearchToolCall({ toolCall }: { toolCall: ToolCallRuntime }) {
|
||||
[...Array(6)].map((_, i) => (
|
||||
<li
|
||||
key={`search-result-${i}`}
|
||||
className="flex w-40 gap-2 rounded-md text-sm"
|
||||
style={{ height: i >= 3 ? 160 : 108 }}
|
||||
className="flex h-40 w-40 gap-2 rounded-md text-sm"
|
||||
>
|
||||
<Skeleton className="h-full w-full rounded-md bg-gradient-to-tl from-slate-50 to-slate-200" />
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user