style:样式调整
This commit is contained in:
parent
ca252acff9
commit
3ed67542bf
@ -114,7 +114,7 @@ const monitorScene = async () => {
|
||||
} else {
|
||||
const newX = x - 60;
|
||||
const newY = y - 60;
|
||||
// 后端 angle 为逆时针,把转换改为“先取反再加偏移”:
|
||||
// 后端 angle 为逆时针,把转换改为“先取反再加偏移”:
|
||||
const rotate = angle == null ? undefined : -angle + 180;
|
||||
return { id, x: newX, y: newY, rotate, visible: true };
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user