diff --git a/style/components/select.less b/style/components/select.less index 695a88cefd..1cee9637b2 100644 --- a/style/components/select.less +++ b/style/components/select.less @@ -231,12 +231,16 @@ &-selected { position: relative; &:after { + .iconfont-size-under-12px(9px); + display: inline-block; content: '\e613'; font-family: 'anticon'; font-weight: bold; position: absolute; top: 6px; - right: 16px; + right: 0; + background: tint(@primary-color, 90%); + padding-right: 16px; color: @primary-color; } }