优化
部署开发环境 / 编译发布 (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,
|
...row.customFrom,
|
||||||
width: row.width,
|
width: row.width,
|
||||||
height: row.height - 36.16,
|
height: row.height - 36.16,
|
||||||
top: row.top + 17,
|
top: row.top + 19,
|
||||||
left: row.left,
|
left: row.left,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
@ -2919,7 +2919,7 @@ const changeData = (): any => {
|
||||||
...row.customFrom,
|
...row.customFrom,
|
||||||
width: row.width,
|
width: row.width,
|
||||||
height: row.height - 36.16,
|
height: row.height - 36.16,
|
||||||
top: row.top + 17,
|
top: row.top + 19,
|
||||||
left: row.left,
|
left: row.left,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
@ -2928,7 +2928,7 @@ const changeData = (): any => {
|
||||||
...row.customFrom,
|
...row.customFrom,
|
||||||
width: row.width,
|
width: row.width,
|
||||||
height: row.height - 36.16,
|
height: row.height - 36.16,
|
||||||
top: row.top + 17,
|
top: row.top + 19,
|
||||||
left: row.left,
|
left: row.left,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
@ -2937,7 +2937,7 @@ const changeData = (): any => {
|
||||||
...row.customFrom,
|
...row.customFrom,
|
||||||
width: row.width,
|
width: row.width,
|
||||||
height: row.height - 36.16 / 2,
|
height: row.height - 36.16 / 2,
|
||||||
top: row.top + 17,
|
top: row.top + 19,
|
||||||
left: row.left,
|
left: row.left,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue