Commit ea0d7bdb authored by wuyongsheng's avatar wuyongsheng

feat: 任务详情优化

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