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/list-operator/components/extract-input.tsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/components/workflow/nodes/list-operator/components/extract-input.tsx b/app/components/workflow/nodes/list-operator/components/extract-input.tsx index 38931f0..2c5b846 100644 --- a/app/components/workflow/nodes/list-operator/components/extract-input.tsx +++ b/app/components/workflow/nodes/list-operator/components/extract-input.tsx @@ -35,7 +35,7 @@ <div className='flex items-start space-x-1'> <Input instanceId='http-extract-number' - className={cn(isFocus ? 'border-components-input-border-active bg-components-input-bg-active shadow-xs' : 'border-components-input-border-hover bg-components-input-bg-normal', 'w-0 grow rounded-lg border px-3 py-[6px]')} + className={cn(isFocus ? 'shadow-xs bg-gray-50 border-gray-300' : 'bg-gray-100 border-gray-100', 'w-0 grow rounded-lg px-3 py-[6px] border')} value={value} onChange={onChange} readOnly={readOnly} -- Gitblit v1.8.0