From a95c378d66852cf3ef4765663611c3686b156187 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Tue, 2 Dec 2025 10:09:43 +0800 Subject: [PATCH] 1.修复工艺流程图样式 --- src/components/Common/Flows/flows.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Common/Flows/flows.less b/src/components/Common/Flows/flows.less index cc63eac..52e2536 100644 --- a/src/components/Common/Flows/flows.less +++ b/src/components/Common/Flows/flows.less @@ -1,4 +1,4 @@ -:global { + .react-flow__node:last-child { color: #000 !important; } @@ -73,4 +73,4 @@ display: none !important; z-index: 0 !important; } -} + -- libgit2 0.22.2