style: fix transfer search padding in rtl (#23962)

This commit is contained in:
xrkffgg 2020-05-08 18:13:08 +08:00 committed by GitHub
parent d221458939
commit 48c7011f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,7 @@
} }
&-search { &-search {
padding-right: 24px !important; padding-right: 24px;
padding-left: @control-padding-horizontal-sm; padding-left: @control-padding-horizontal-sm;
&-action { &-action {
position: absolute; position: absolute;

View File

@ -11,6 +11,10 @@
&-list { &-list {
&-search { &-search {
.@{transfer-prefix-cls}-rtl & {
padding-right: @control-padding-horizontal-sm;
padding-left: 24px;
}
&-action { &-action {
.@{transfer-prefix-cls}-rtl & { .@{transfer-prefix-cls}-rtl & {
right: auto; right: auto;