Browse Source

solve the duplicate of selector

pull/17760/head
unknown 5 years ago
parent
commit
8b533c0635
  1. 9
      components/select/style/index.less

9
components/select/style/index.less

@ -147,6 +147,9 @@
position: relative;
height: @input-height-base;
cursor: pointer;
.@{select-prefix-cls}-selection__rendered {
margin-right: 25px;
}
}
&-selection__rendered {
@ -376,12 +379,6 @@
padding-right: 16px;
}
&-selection--single {
.@{select-prefix-cls}-selection__rendered {
margin-right: 25px;
}
}
&-allow-clear &-selection--multiple &-selection__rendered,
&-show-arrow &-selection--multiple &-selection__rendered {
margin-right: 20px; // In case that clear button will overlap content

Loading…
Cancel
Save