.editor-regexp-wrap .editor-btnAdd {
  height: 28px;
  color: #4477ee;
  font-size: 12px;
}
.editor-regexp-wrap .editor-btnAdd:hover,
.editor-regexp-wrap .editor-btnAdd:focus,
.editor-regexp-wrap .editor-btnAdd:active {
  color: #4477ee;
}
.editor-regexp-wrap .radio {
  margin-bottom: 4px;
}
.editor-regexp-wrap .editor-radio-wrapper {
  margin-right: 0;
}
.editor-regexp-wrap .editor-input-affix-wrapper .editor-input-suffix {
  right: 6px !important;
  color: #d9dadc;
  font-size: 12px;
}
.editor-regexp-popover .editor-form .editor-legacy-form-item {
  display: flex;
  margin-bottom: 0;
}
.editor-regexp-popover .editor-form .editor-legacy-form-item label {
  font-size: 12px;
}
.editor-regexp-popover .editor-form .editor-legacy-form-item .editor-legacy-form-explain {
  font-size: 12px;
}
.editor-regexp-popover .editor-form .editor-legacy-form-item .editor-legacy-form-item-label {
  width: 70px;
  height: 40px;
  text-align: left;
}
.editor-regexp-popover .editor-form .editor-legacy-form-item .editor-select {
  width: 148px;
}
.editor-regexp-popover .editor-form .editor-input-affix-wrapper .editor-input:not(:last-child) {
  padding-right: 7px !important;
}
.editor-regexp-popover .editor-form .editor-btns {
  margin-top: 12px;
  text-align: right;
}
.editor-regexp-popover .editor-form .editor-btns button {
  margin-left: 8px;
}
.editor-regexp-popover .regexp-tip {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.editor-regexp-popover .regexp-tip .question-icon {
  cursor: pointer;
  color: rgba(28, 36, 46, 0.55);
  margin-left: 4px;
}
.editor-regexp-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-regexp-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-regexp-dropdown::-webkit-scrollbar-track,
.editor-regexp-dropdown::-webkit-scrollbar,
.editor-regexp-dropdown::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-regexp-dropdown::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-regexp-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-regexp-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-regexp-dropdown::-webkit-scrollbar-track,
.editor-regexp-dropdown::-webkit-scrollbar,
.editor-regexp-dropdown::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-regexp-dropdown::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editorregexp-tool-tip {
  width: 284px;
}
.editorregexp-tool-tip .editor-tooltip-inner {
  font-size: 12px;
}
/** UI 要求统一调整为28px **/
.editor-popver-add-select {
  height: 28px;
}
.editor-popver-add-select > div {
  height: 28px !important;
  padding-top: 2px !important;
}
.editor-popver-add-select input {
  height: 28px;
}
.editor-err-msg {
  width: 151px;
  padding-right: 28px;
}
