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/next-step/index.tsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/components/workflow/nodes/_base/components/next-step/index.tsx b/app/components/workflow/nodes/_base/components/next-step/index.tsx
index afb6429..a60d8bb 100644
--- a/app/components/workflow/nodes/_base/components/next-step/index.tsx
+++ b/app/components/workflow/nodes/_base/components/next-step/index.tsx
@@ -81,7 +81,7 @@
return (
<div className='flex py-1'>
- <div className='relative flex h-9 w-9 shrink-0 items-center justify-center rounded-lg border-[0.5px] border-divider-regular bg-background-default shadow-xs'>
+ <div className='shrink-0 relative flex items-center justify-center w-9 h-9 bg-background-default rounded-lg border-[0.5px] border-divider-regular shadow-xs'>
<BlockIcon
type={selectedNode!.data.type}
toolIcon={toolIcon}
--
Gitblit v1.8.0