mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 01:09:06 +08:00
feat: add spacing
This commit is contained in:
parent
b0548fa280
commit
abef4a819b
@ -117,6 +117,7 @@ export function MultiAgentVisualization({ className }: { className?: string }) {
|
|||||||
className="absolute bottom-0 left-[50%] h-px w-px"
|
className="absolute bottom-0 left-[50%] h-px w-px"
|
||||||
/>
|
/>
|
||||||
</ReactFlow>
|
</ReactFlow>
|
||||||
|
<div className="h-4 shrink-0"></div>
|
||||||
<div className="flex h-6 w-full shrink-0 items-center justify-center">
|
<div className="flex h-6 w-full shrink-0 items-center justify-center">
|
||||||
<div className="bg-muted/50 z-[200] flex rounded-3xl px-4 py-2">
|
<div className="bg-muted/50 z-[200] flex rounded-3xl px-4 py-2">
|
||||||
<Tooltip title="Move to the previous step">
|
<Tooltip title="Move to the previous step">
|
||||||
@ -233,7 +234,7 @@ function AgentNode({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<Tooltip
|
<Tooltip
|
||||||
className="max-w-50 text-[15px] opacity-70"
|
className="max-w-50 text-[15px] font-light opacity-70"
|
||||||
style={{
|
style={{
|
||||||
["--primary" as string]: "#333",
|
["--primary" as string]: "#333",
|
||||||
["--primary-foreground" as string]: "white",
|
["--primary-foreground" as string]: "white",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user