From 3d945f99470e5d33f59734ff6b05cc42129e53aa Mon Sep 17 00:00:00 2001 From: iqudoo Date: Sat, 13 Jun 2026 04:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LabelDesigner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LabelDesigner.tsx b/src/components/LabelDesigner.tsx index 7ce8cab..08597fd 100644 --- a/src/components/LabelDesigner.tsx +++ b/src/components/LabelDesigner.tsx @@ -460,7 +460,7 @@ export const LabelDesigner: React.FC = ({ selectedElementIds.length > 0 ? selectedElementIds : selectedElementId ? [selectedElementId] : []; if (moveIds.length === 0) return; - const increment = e.shiftKey ? 2 : 0.5; + const increment = e.shiftKey ? 0.5 : 0.1; let deltaX = 0; let deltaY = 0;