From 11247d1a9d61d509e14ed932120856a00941bf7d Mon Sep 17 00:00:00 2001 From: balibabu Date: Tue, 28 Oct 2025 19:16:49 +0800 Subject: [PATCH] Feat: Adjust the style of the agent operator form tool #10703 (#10841) ### What problem does this PR solve? Feat: Adjust the style of the agent operator form tool #10703 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/components/ui/tabs.tsx | 4 ++-- .../agent/form/agent-form/tool-popover/index.tsx | 6 ++---- .../form/agent-form/tool-popover/tool-command.tsx | 15 ++------------- web/src/pages/agent/form/components/output.tsx | 2 +- 4 files changed, 7 insertions(+), 20 deletions(-) diff --git a/web/src/components/ui/tabs.tsx b/web/src/components/ui/tabs.tsx index d3315591d..575782497 100644 --- a/web/src/components/ui/tabs.tsx +++ b/web/src/components/ui/tabs.tsx @@ -14,7 +14,7 @@ const TabsList = React.forwardRef< - + {t('flow.builtIn')} - - MCP - + MCP toggleOption(id)}> -
- -
+ {children} ); diff --git a/web/src/pages/agent/form/components/output.tsx b/web/src/pages/agent/form/components/output.tsx index c481c7a38..3419761e2 100644 --- a/web/src/pages/agent/form/components/output.tsx +++ b/web/src/pages/agent/form/components/output.tsx @@ -19,7 +19,7 @@ export function transferOutputs(outputs: Record) { export function Output({ list }: OutputProps) { return (
-
{t('flow.output')}
+
{t('flow.output')}
    {list.map((x, idx) => (