style:样式调整

This commit is contained in:
xudan 2025-09-02 15:12:13 +08:00
parent ca252acff9
commit 3ed67542bf

View File

@ -114,7 +114,7 @@ const monitorScene = async () => {
} else { } else {
const newX = x - 60; const newX = x - 60;
const newY = y - 60; const newY = y - 60;
// angle // angle
const rotate = angle == null ? undefined : -angle + 180; const rotate = angle == null ? undefined : -angle + 180;
return { id, x: newX, y: newY, rotate, visible: true }; return { id, x: newX, y: newY, rotate, visible: true };
} }