fix(stage): 修复moveable中custom able旋转中心错误问题 (#575)

This commit is contained in:
Evan Wu 2024-03-08 11:23:40 +08:00 committed by GitHub
parent e692e01c4f
commit 842fa221aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ export default (handler: (type: AbleActionEventType) => void) => ({
left: 0px; left: 0px;
top: 0px; top: 0px;
will-change: transform; will-change: transform;
transform-origin: 0px 0px; transform-origin: 60px 28px;
display: flex; display: flex;
} }
${ableCss} ${ableCss}