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-list/condition-operator.tsx | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/components/workflow/nodes/if-else/components/condition-list/condition-operator.tsx b/app/components/workflow/nodes/if-else/components/condition-list/condition-operator.tsx
index 9036e04..ecbe53f 100644
--- a/app/components/workflow/nodes/if-else/components/condition-list/condition-operator.tsx
+++ b/app/components/workflow/nodes/if-else/components/condition-list/condition-operator.tsx
@@ -66,16 +66,16 @@
? selectedOption.label
: t(`${i18nPrefix}.select`)
}
- <RiArrowDownSLine className='ml-1 h-3.5 w-3.5' />
+ <RiArrowDownSLine className='ml-1 w-3.5 h-3.5' />
</Button>
</PortalToFollowElemTrigger>
<PortalToFollowElemContent className='z-10'>
- <div className='rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur p-1 shadow-lg'>
+ <div className='p-1 bg-components-panel-bg-blur rounded-xl border-[0.5px] border-components-panel-border shadow-lg'>
{
options.map(option => (
<div
key={option.value}
- className='flex h-7 cursor-pointer items-center rounded-lg px-3 py-1.5 text-[13px] font-medium text-text-secondary hover:bg-state-base-hover'
+ className='flex items-center px-3 py-1.5 h-7 text-[13px] font-medium text-text-secondary rounded-lg cursor-pointer hover:bg-state-base-hover'
onClick={() => {
onSelect(option.value)
setOpen(false)
--
Gitblit v1.8.0