Cascader add gloabl setting, #5592 , close #5597

This commit is contained in:
梁灏 2019-04-10 11:09:45 +08:00
parent bbc3158157
commit 47afd12e3f
4 changed files with 86 additions and 4 deletions

View file

@ -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{