优化
部署开发环境 / 编译发布 (push) Successful in 1m59s Details

This commit is contained in:
yj 2024-06-14 17:06:13 +08:00
parent 3ee5ee3b6d
commit f861057216
1 changed files with 4 additions and 4 deletions

View File

@ -2910,7 +2910,7 @@ const changeData = (): any => {
...row.customFrom,
width: row.width,
height: row.height - 36.16,
top: row.top + 17,
top: row.top + 19,
left: row.left,
};
});
@ -2919,7 +2919,7 @@ const changeData = (): any => {
...row.customFrom,
width: row.width,
height: row.height - 36.16,
top: row.top + 17,
top: row.top + 19,
left: row.left,
};
});
@ -2928,7 +2928,7 @@ const changeData = (): any => {
...row.customFrom,
width: row.width,
height: row.height - 36.16,
top: row.top + 17,
top: row.top + 19,
left: row.left,
};
});
@ -2937,7 +2937,7 @@ const changeData = (): any => {
...row.customFrom,
width: row.width,
height: row.height - 36.16 / 2,
top: row.top + 17,
top: row.top + 19,
left: row.left,
};
});