From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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