.yee-select-wrapper {
  line-height: 32px;
  height: 100%;
  .ant-select {
    line-height: 32px;
    height: 100%;
    .ant-select-selection__clear {
      top: 44%;
    }
    .ant-select-selection__placeholder {
      font-size: inherit;
    }
  }

  // 修复 select 默认高度多 2px 问题，原因：在ant-select外部增加了 border 1px
  .ant-select.ant-select-sm .ant-select-selection--single {
    height: 22px;
  }
  .ant-select.ant-select-lg .ant-select-selection--single {
    height: 38px;
  }
}
