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/if-else/components/condition-add.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/workflow/nodes/if-else/components/condition-add.tsx b/app/components/workflow/nodes/if-else/components/condition-add.tsx
index 9b6ad27..344e986 100644
--- a/app/components/workflow/nodes/if-else/components/condition-add.tsx
+++ b/app/components/workflow/nodes/if-else/components/condition-add.tsx
@@ -56,12 +56,12 @@
className={className}
disabled={disabled}
>
- <RiAddLine className='mr-1 h-3.5 w-3.5' />
+ <RiAddLine className='mr-1 w-3.5 h-3.5' />
{t('workflow.nodes.ifElse.addCondition')}
</Button>
</PortalToFollowElemTrigger>
<PortalToFollowElemContent className='z-[1000]'>
- <div className='w-[296px] rounded-lg border-[0.5px] border-components-panel-border bg-components-panel-bg-blur shadow-lg'>
+ <div className='w-[296px] bg-components-panel-bg-blur rounded-lg border-[0.5px] border-components-panel-border shadow-lg'>
<VarReferenceVars
vars={variables}
isSupportFileVar
--
Gitblit v1.8.0