diff --git a/components/select/style/index.less b/components/select/style/index.less index 28d2e45ebf3c..36597d6d88a8 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -489,6 +489,10 @@ background-color: @item-hover-bg; } + &:first-child, &:last-child { + border-radius: @border-radius-base; + } + &-disabled { color: @disabled-color; cursor: not-allowed;