From 5da040054f1a8b3cde3728060ee65b84ab352d63 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sun, 28 Jun 2026 10:02:34 +0800 Subject: [PATCH] feat: enhance condition node form styling with improved layout and hover effects --- .../ai-workflows/_components/flowgram-node-registries.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/dashboard/ai-workflows/_components/flowgram-node-registries.tsx b/web/app/dashboard/ai-workflows/_components/flowgram-node-registries.tsx index 3057032..743317c 100644 --- a/web/app/dashboard/ai-workflows/_components/flowgram-node-registries.tsx +++ b/web/app/dashboard/ai-workflows/_components/flowgram-node-registries.tsx @@ -106,13 +106,13 @@ function ConditionNodeForm({ fallbackTitle }: { fallbackTitle: string }) { {branches.map((branch) => (
- + {branch.name || (branch.default ? "默认分支" : branch.id)} {branch.default ? ( - + else ) : null}