.ant-input-affix-wrapper {
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 2px;

  .label {
    white-space: nowrap;
    color: #75798e;
  }
}

// hover颜色修改
.ant-input-affix-wrapper:hover {
  border-color: #1755c0;
}

// focus颜色修改
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #1755c0;
}

.ant-input-affix-wrapper-disabled {
  background-color: #f3f2f7;
}

.ant-input {
  font-size: 12px;
}
