Commit be539307 authored by wuyongsheng's avatar wuyongsheng

feat: 优化

parent 3ed6d14b
...@@ -105,7 +105,7 @@ const OperatorItem = (props: IOperatorItemProps) => { ...@@ -105,7 +105,7 @@ const OperatorItem = (props: IOperatorItemProps) => {
const newBatchFlowArr = getCopyBatchFlowArr( const newBatchFlowArr = getCopyBatchFlowArr(
batchFlowArr, batchFlowArr,
clientX - upperLeftPointX, clientX - upperLeftPointX,
clientY - upperLeftPointY clientY - upperLeftPointY + 44
); );
const newVal = cloneDeep(templateConfigInfo); const newVal = cloneDeep(templateConfigInfo);
newVal.push(...newBatchFlowArr); newVal.push(...newBatchFlowArr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment