.editor-compFunc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.editor-compFunc-label {
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
  line-height: 18px;
}
.editor-compFunc-redundant-data {
  background-color: rgba(255, 116, 116, 0.04);
  border: 1px dashed #FF7474;
}
.editor-compFunc-redundant-data .editor-compFunc-componentIcon {
  display: flex !important;
}
.editor-compFunc-redundant-data .editor-compFunc-componentIcon .editor-compFunc-iconBox {
  display: flex;
  margin-right: 8px;
  cursor: pointer;
}
