From 24493843065df3c82c31c9d5150b1d81ddcb2e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=B6=85=E6=9D=B0?= Date: Thu, 21 Aug 2025 19:05:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E7=94=BB=E5=B8=83?= =?UTF-8?q?=E7=9A=84=20CSS=20transition=20=E5=B1=9E=E6=80=A7=E4=BB=A5?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=8B=96=E6=8B=BD=E5=8D=A1=E9=A1=BF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SimpleProcessDesignerV2/theme/simple-process-designer.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SimpleProcessDesignerV2/theme/simple-process-designer.scss b/src/components/SimpleProcessDesignerV2/theme/simple-process-designer.scss index d0adbdbb9..33795639f 100644 --- a/src/components/SimpleProcessDesignerV2/theme/simple-process-designer.scss +++ b/src/components/SimpleProcessDesignerV2/theme/simple-process-designer.scss @@ -212,7 +212,6 @@ transform-origin: 50% 0 0; min-width: fit-content; transform: scale(1); - transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); background: url(@/assets/svgs/bpm/simple-process-bg.svg) 0 0 repeat; // 节点容器 定义节点宽度 .node-container {