From 842fa221aacd4e1e76a5ce083984c4c2ea2458a0 Mon Sep 17 00:00:00 2001 From: Evan Wu <56573480+Little-LittleProgrammer@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:23:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(stage):=20=E4=BF=AE=E5=A4=8Dmoveable?= =?UTF-8?q?=E4=B8=ADcustom=20able=E6=97=8B=E8=BD=AC=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98=20(#575)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/stage/src/MoveableActionsAble.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stage/src/MoveableActionsAble.ts b/packages/stage/src/MoveableActionsAble.ts index 281a2ade5..d3aebfe61 100644 --- a/packages/stage/src/MoveableActionsAble.ts +++ b/packages/stage/src/MoveableActionsAble.ts @@ -20,7 +20,7 @@ export default (handler: (type: AbleActionEventType) => void) => ({ left: 0px; top: 0px; will-change: transform; - transform-origin: 0px 0px; + transform-origin: 60px 28px; display: flex; } ${ableCss}