1
0
mirror of synced 2026-03-23 11:18:36 +08:00

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

View File

@@ -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}