From 4237a10f35b789bf5f7cf11dde5bd848c7072546 Mon Sep 17 00:00:00 2001 From: yyh Date: Sun, 19 Apr 2026 16:22:22 +0800 Subject: [PATCH] fix(web): collapse nested card decoration in modelNotSupported popover The popup wrapper carried its own panel-bg + padding + shadow on top of an inner card that already provides border / tooltip-bg / blur / shadow, producing a "card on card" look. Make the popup wrapper transparent so only the inner styled card shows. Made-with: Cursor --- .../workflow/nodes/llm/components/panel-output-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/nodes/llm/components/panel-output-section.tsx b/web/app/components/workflow/nodes/llm/components/panel-output-section.tsx index ae75d842ae..952d2b0142 100644 --- a/web/app/components/workflow/nodes/llm/components/panel-output-section.tsx +++ b/web/app/components/workflow/nodes/llm/components/panel-output-section.tsx @@ -51,7 +51,7 @@ const PanelOutputSection: FC = ({ )} /> - +
{t('structOutput.modelNotSupported', { ns: 'app' })}
{t('structOutput.modelNotSupportedTip', { ns: 'app' })}