add Transfer component

add Transfer component
This commit is contained in:
梁灏 2016-11-18 11:46:55 +08:00
parent 306e3f74e8
commit 77f7bb9533
15 changed files with 519 additions and 6 deletions

View file

@ -19,6 +19,10 @@
z-index: 1;
}
&-icon + &{
padding-right: 32px;
}
&-wrapper-large &-icon{
font-size: 18px;
height: @input-height-large;
@ -29,10 +33,10 @@
font-size: 14px;
height: @input-height-small;
line-height: @input-height-small;
}
&-icon + &{
padding-right: 32px;
+ .@{input-prefix-cls} {
padding-right: 24px;
}
}
}