parent
bbc3158157
commit
47afd12e3f
4 changed files with 86 additions and 4 deletions
|
@ -68,7 +68,7 @@
|
|||
.inner-arrow();
|
||||
}
|
||||
&-visible &-arrow:nth-of-type(2) {
|
||||
transform: rotate(180deg);
|
||||
transform: translateY(-50%) rotate(180deg);
|
||||
}
|
||||
|
||||
.@{select-dropdown-prefix-cls} {
|
||||
|
@ -134,7 +134,8 @@
|
|||
position: absolute;
|
||||
right: 15px;
|
||||
top: 50%;
|
||||
margin-top: -6px;
|
||||
//margin-top: -6px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
&-active{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue