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/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