.editor-compScene-steps {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  background-color: #FAFAFA;
  border-radius: 2px;
}
.editor-compScene-steps .editor-steps {
  justify-content: center;
}
.editor-compScene-steps .editor-steps-item {
  max-width: 237px;
}
.editor-compScene-modal {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.editor-compScene-scene-tabs {
  flex: 1;
  overflow: hidden;
}
.editor-compScene .editor-tabs {
  height: 100%;
}
.editor-compScene .editor-tabs .editor-tabs-content-holder {
  height: 100%;
}
.editor-compScene .editor-tabs .editor-tabs-content-holder .editor-tabs-content {
  height: 100%;
}
.editor-compScene .editor-tabs .editor-tabs-content-holder .editor-tabs-content .editor-tabs-tabpane {
  height: 100%;
  overflow: auto;
}
.editor-compScene-btn-ghost {
  color: #47e !important;
  border-color: #47e !important;
}
