mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-25 18:32:09 +08:00
fix(stage): 修复moveable中custom able旋转中心错误问题 (#575)
This commit is contained in:
parent
e692e01c4f
commit
842fa221aa
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user