From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/workflow/nodes/_base/hooks/use-toggle-expend.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/workflow/nodes/_base/hooks/use-toggle-expend.ts b/app/components/workflow/nodes/_base/hooks/use-toggle-expend.ts index e90f079..4c980ee 100644 --- a/app/components/workflow/nodes/_base/hooks/use-toggle-expend.ts +++ b/app/components/workflow/nodes/_base/hooks/use-toggle-expend.ts @@ -20,9 +20,9 @@ return '' if (isInNode) - return 'fixed z-10 right-[9px] top-[166px] bottom-[8px] p-4 bg-components-panel-bg rounded-xl' + return 'fixed z-10 right-[9px] top-[166px] bottom-[8px] p-4 bg-white rounded-xl' - return 'absolute z-10 left-4 right-6 top-[52px] bottom-0 pb-4 bg-components-panel-bg' + return 'absolute z-10 left-4 right-6 top-[52px] bottom-0 pb-4 bg-white' })() const wrapStyle = isExpand ? { -- Gitblit v1.8.0