diff --git a/components/select/style/index.less b/components/select/style/index.less index e16a698599..6d20db56fa 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -481,6 +481,11 @@ font-size: @font-size-sm; } + &-item-group-list &-item:first-child:not(:last-child), + &-item-group:not(:last-child) &-item-group-list &-item:last-child { + border-radius: 0; + } + &-item { position: relative; display: block;