.open-picker {
  position: absolute;
  width: 30px;
  height: 100%;
  line-height: 100%;
  top: 0;
  color: #1890ff;

  &:hover {
    color: red;
  }
}
