.main-container {
    background: #fff;
    padding: 15px;
    min-width: 1000px;
    min-height: 100%;
}


/* 抽屉 */
.ant-drawer-close {
  position: absolute;
  right: 0;
}
.ant-drawer-footer {
  text-align: right;
}

/* react-flow-renderer 样式重置 */

/* 节点样式重置-START */
.react-flow__node-input,
.react-flow__node-default,
.react-flow__node-output {
  /* width: 100px !important;
  height: 100px !important; */
  border-radius: 5px !important;
}

.react-flow__node-input,
.react-flow__node-default,
.react-flow__node-output {
  width: auto !important;
}
/* 节点样式重置-END */