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)
This commit is contained in:
balibabu
2025-10-28 19:16:49 +08:00
committed by GitHub
parent 5a200f7652
commit 11247d1a9d
4 changed files with 7 additions and 20 deletions

View File

@ -19,7 +19,7 @@ export function transferOutputs(outputs: Record<string, any>) {
export function Output({ list }: OutputProps) {
return (
<section className="space-y-2">
<div>{t('flow.output')}</div>
<div className="text-sm">{t('flow.output')}</div>
<ul>
{list.map((x, idx) => (
<li