From 6cb6f5c83ed634e67d5b5d0816d11aa0788a74d8 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 23 Jul 2018 18:50:07 +0800 Subject: [PATCH] Fix select menu item radius style --- components/select/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) 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;