.flow-editor--graph-container {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  .graph-container--graph {
    // 默认展示小手手，表示可以拖拽
    cursor: pointer;
    height: 100%;
    .butterfly-wrapper {
      height: 100%;
    }
  }
  .flow-editor--spin-wrapper {
    flex:1;
    .ant-spin-container {
      height: 100%;
    }
  }
}
