Commit ea0d7bdb authored by wuyongsheng's avatar wuyongsheng

feat: 任务详情优化

parent 055c291e
.reactFlowBox > div:last-child { .reactFlowBox > div:last-child {
display: none; display: none;
} }
.reactFlowBox > div:first-child { /* .reactFlowBox > div:first-child {
margin-top: 32px; margin-top: 32px;
} } */
...@@ -668,7 +668,6 @@ const Flow = (props: IProps) => { ...@@ -668,7 +668,6 @@ const Flow = (props: IProps) => {
className={styles.reactFlowBox} className={styles.reactFlowBox}
nodes={nodes} nodes={nodes}
edges={edges} edges={edges}
fitView={flowType === "default" ? true : false}
{...reactFlowParams} {...reactFlowParams}
// proOptions={{ hideAttribution: true, account: "" }} // proOptions={{ hideAttribution: true, account: "" }}
nodeTypes={nodeTypes} nodeTypes={nodeTypes}
......
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