style: optimize transfer pagination rtl style (#26960)

This commit is contained in:
xrk 2020-09-30 15:23:02 +08:00 committed by GitHub
parent cf717225d1
commit 26c5c6e533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,12 @@
}
}
&-pagination {
.@{transfer-prefix-cls}-rtl & {
text-align: left;
}
}
&-footer {
.@{transfer-prefix-cls}-rtl & {
right: 0;