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/_base/components/help-link.tsx | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/app/components/workflow/nodes/_base/components/help-link.tsx b/app/components/workflow/nodes/_base/components/help-link.tsx
index 2e75520..a2b0837 100644
--- a/app/components/workflow/nodes/_base/components/help-link.tsx
+++ b/app/components/workflow/nodes/_base/components/help-link.tsx
@@ -14,9 +14,6 @@
const { t } = useTranslation()
const link = useNodeHelpLink(nodeType)
- if (!link)
- return null
-
return (
<TooltipPlus
popupContent={t('common.userProfile.helpCenter')}
@@ -24,9 +21,9 @@
<a
href={link}
target='_blank'
- className='mr-1 flex h-6 w-6 items-center justify-center'
+ className='flex items-center justify-center mr-1 w-6 h-6'
>
- <RiBookOpenLine className='h-4 w-4 text-gray-500' />
+ <RiBookOpenLine className='w-4 h-4 text-gray-500' />
</a>
</TooltipPlus>
--
Gitblit v1.8.0