.editor-wrap {
  cursor: pointer;
}
.editor-wrap .editor-input-affix-wrapper .editor-input-suffix {
  right: 6px !important;
  color: #d9dadc;
  font-size: 12px;
}
.editor-form .editor-legacy-form-item {
  display: flex;
  margin-bottom: 0;
}
.editor-form .editor-legacy-form-item label {
  font-size: 12px;
}
.editor-form .editor-legacy-form-item .editor-legacy-form-explain {
  font-size: 12px;
}
.editor-form .editor-legacy-form-item .editor-legacy-form-item-label {
  width: 70px;
  line-height: 40px;
  text-align: left;
}
.editor-form .editor-legacy-form-item .editor-select {
  width: 148px;
}
.editor-form .editor-legacy-form-item .editor-input.editor-input-sm {
  height: 24px;
  line-height: 22px;
}
.editor-form .editor-input-affix-wrapper .editor-input:not(:last-child) {
  padding-right: 7px !important;
}
.editor-form .editor-btns {
  margin-top: 12px;
  text-align: right;
}
.editor-form .editor-btns button {
  margin-left: 8px;
}
.editor-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-dropdown::-webkit-scrollbar-track,
.editor-dropdown::-webkit-scrollbar,
.editor-dropdown::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-dropdown::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-dropdown::-webkit-scrollbar-track,
.editor-dropdown::-webkit-scrollbar,
.editor-dropdown::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-dropdown::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-inputDiv {
  position: relative;
}
.editor-inputDiv .editor-dataInput {
  height: 28px;
  line-height: 28px;
  margin: 4px 0;
}
.editor-inputDiv .editor-input {
  height: 26px;
  line-height: 26px;
}
.editor-inputDiv .editor-deleteIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  display: none;
  color: #d9dadc;
  font-size: 12px;
}
.editor-inputDiv .editor-upIcon {
  position: absolute;
  top: 12px;
  left: -74px;
  display: none;
}
.editor-inputDiv .editor-upIcon:hover,
.editor-inputDiv .editor-upIcon:active,
.editor-inputDiv .editor-upIcon:focus {
  background: rgba(28, 36, 46, 0.06);
}
.editor-inputDiv .editor-downIcon {
  position: absolute;
  top: 12px;
  left: -54px;
  display: none;
}
.editor-inputDiv .editor-downIcon:hover,
.editor-inputDiv .editor-downIcon:active,
.editor-inputDiv .editor-downIcon:focus {
  background: rgba(28, 36, 46, 0.06);
}
.editor-inputDiv::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -90px;
  width: calc(100% + 100px);
  height: 100%;
  content: '';
}
.editor-inputDiv:hover .editor-deleteIcon,
.editor-inputDiv:focus .editor-deleteIcon,
.editor-inputDiv:active .editor-deleteIcon,
.editor-inputDiv:hover .editor-downIcon,
.editor-inputDiv:focus .editor-downIcon,
.editor-inputDiv:active .editor-downIcon,
.editor-inputDiv:hover .editor-upIcon,
.editor-inputDiv:focus .editor-upIcon,
.editor-inputDiv:active .editor-upIcon {
  z-index: 2;
  display: inline;
}
.editor-inputDiv:hover::before,
.editor-inputDiv:focus::before,
.editor-inputDiv:active::before {
  background: rgba(28, 36, 46, 0.04);
}
/** UI 要求统一调整为28px **/
.editor-popver-editor-select {
  height: 28px;
}
.editor-popver-editor-select > div {
  height: 28px !important;
  padding-top: 2px !important;
}
.editor-popver-editor-select input {
  height: 28px;
}
.editor-err-msg {
  width: 151px;
  padding-right: 28px;
}
