.editor-table-custom-col-row {
  display: flex;
  justify-content: space-between;
  min-height: 28px;
  align-items: center;
}
.editor-table-custom-col-row .editor-legacy-form-item {
  flex: 1;
  margin-bottom: 0;
}
.editor-table-custom-col-row .editor-legacy-form-item .anticon.anticon-close-circle {
  left: 118px;
}
.editor-table-custom-col .editor-legacy-form-item-control {
  line-height: 28px;
}
.editor-table-custom-col-item {
  width: 100%;
}
.editor-table-custom-col-item {
  align-items: center;
  margin-bottom: 12px;
}
.editor-table-custom-col-item .editor-legacy-form-item-control-wrapper {
  width: 100%;
}
.editor-table-custom-col-item .editor-legacy-form-item-control-wrapper .editor-legacy-form-item-control {
  line-height: unset;
}
.editor-table-custom-col-item .editor-legacy-form-item-control-wrapper .editor-input {
  height: 28px;
  font-size: 12px;
}
.editor-table-custom-col-item .editor-table-custom-col-todoBind {
  height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.editor-table-custom-col-item:last-child {
  margin-bottom: 0;
}
.editor-table-custom-col-item:last-child .editor-table-custom-col-row .todoBind {
  margin-bottom: 0;
}
.editor-table-custom-col-item:last-child .editor-table-custom-col-row .editor-row.editor-legacy-form-item {
  margin-bottom: 0 !important;
}
.editor-table-custom-col-item:last-child .editor-table-custom-col-row .editor-row.editor-legacy-form-item .editor-legacy-form-item-children {
  display: inline-block;
  width: 100%;
}
.editor-table-custom-col-item:last-child .editor-table-custom-col-row .editor-row.editor-legacy-form-item .editor-legacy-form-item-children .editor-radio-group {
  display: inline-flex;
  width: 100%;
}
.editor-table-custom-col-item:last-child .editor-table-custom-col-row .editor-row.editor-legacy-form-item .editor-legacy-form-item-children .editor-radio-group label {
  flex: 1;
}
