From 5c72a7661d8a9875a857085cc70af56b562ce7af Mon Sep 17 00:00:00 2001 From: mlogclub Date: Tue, 30 Jun 2026 16:11:24 +0800 Subject: [PATCH] style: update InspectorParameterTabs layout and styling for improved visual consistency --- .../ai-workflows/_components/node-config-panel.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/web/app/dashboard/ai-workflows/_components/node-config-panel.tsx b/web/app/dashboard/ai-workflows/_components/node-config-panel.tsx index f547c1b..27fbd8b 100644 --- a/web/app/dashboard/ai-workflows/_components/node-config-panel.tsx +++ b/web/app/dashboard/ai-workflows/_components/node-config-panel.tsx @@ -493,12 +493,15 @@ function InspectorParameterTabs({ return (
-
- +
+ {tabs.map((tab) => ( - - {tab.label} - {tab.count} + + {tab.label} + {tab.count} ))}