fix: 形状右边内侧角标随着画布缩放,位置不同步问题处理

This commit is contained in:
qinoy 2025-02-10 15:00:43 +08:00
parent cd053664bc
commit e8babcc270
2 changed files with 9699 additions and 2 deletions

View File

@ -4876,6 +4876,7 @@ var Designer = {
} else {
if (h == "right") {
E = i.props.w - D - 2;
}else {
if (h == "rightedge") {
E = i.props.w - D / 2
} else {
@ -5027,7 +5028,7 @@ var Designer = {
});
}
if (h == "right") {
d = i.props.w - D;
// d = i.props.w - D;
H.css({
left: d,
top: e