优化
部署开发环境 / 编译发布 (push) Successful in 1m59s
Details
部署开发环境 / 编译发布 (push) Successful in 1m59s
Details
This commit is contained in:
parent
3ee5ee3b6d
commit
f861057216
|
|
@ -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,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue