xrkffgg
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
components/transfer/style/index.less
-
components/transfer/style/rtl.less
|
|
@ -35,7 +35,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
&-search { |
|
|
|
padding-right: 24px !important; |
|
|
|
padding-right: 24px; |
|
|
|
padding-left: @control-padding-horizontal-sm; |
|
|
|
&-action { |
|
|
|
position: absolute; |
|
|
|
|
|
@ -11,6 +11,10 @@ |
|
|
|
|
|
|
|
&-list { |
|
|
|
&-search { |
|
|
|
.@{transfer-prefix-cls}-rtl & { |
|
|
|
padding-right: @control-padding-horizontal-sm; |
|
|
|
padding-left: 24px; |
|
|
|
} |
|
|
|
&-action { |
|
|
|
.@{transfer-prefix-cls}-rtl & { |
|
|
|
right: auto; |
|
|
|