.editor-SelectAndInputNum-selectDropdown .editor-select-dropdown-menu-item {
  padding: 3px 8px;
  font-size: 12px;
}
.editor-SelectAndInputNum-inputNumber {
  position: relative;
  padding: 3px 8px;
}
.editor-SelectAndInputNum-inputNumber .editor-input-number {
  width: 100%;
  height: 28px;
}
.editor-SelectAndInputNum-inputNumber .editor-input-number-handler-wrap {
  opacity: 1;
}
.editor-SelectAndInputNum-inputNumber .editor-input-number-input {
  height: 26px;
  padding-right: 54px;
  padding-left: 8px;
}
.editor-SelectAndInputNum-unitBox {
  position: absolute;
  top: 50%;
  right: 34px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 2px;
}
.editor-SelectAndInputNum-unitBox:hover {
  cursor: pointer;
}
