.editor-SetValueByArray-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.editor-SetValueByArray-wrap .icon {
  padding-left: 8px;
  visibility: hidden;
  fill: rgba(28, 36, 46, 0.35);
  display: flex;
  align-items: center;
  height: 24px;
}
.editor-SetValueByArray-wrap:hover .icon {
  visibility: visible;
}
