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/start/components/var-list.tsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/components/workflow/nodes/start/components/var-list.tsx b/app/components/workflow/nodes/start/components/var-list.tsx
index 7eccbec..90a7809 100644
--- a/app/components/workflow/nodes/start/components/var-list.tsx
+++ b/app/components/workflow/nodes/start/components/var-list.tsx
@@ -46,7 +46,7 @@
if (list.length === 0) {
return (
- <div className='flex h-[42px] items-center justify-center rounded-md bg-components-panel-bg text-xs font-normal leading-[18px] text-text-tertiary'>
+ <div className='flex rounded-md bg-gray-50 items-center h-[42px] justify-center leading-[18px] text-xs font-normal text-gray-500'>
{t('workflow.nodes.start.noVarTip')}
</div>
)
--
Gitblit v1.8.0