From 26c5c6e53331afbf77bcd19d1aff3e01f627958b Mon Sep 17 00:00:00 2001 From: xrk Date: Wed, 30 Sep 2020 15:23:02 +0800 Subject: [PATCH] style: optimize transfer pagination rtl style (#26960) --- components/transfer/style/rtl.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/transfer/style/rtl.less b/components/transfer/style/rtl.less index 6798f61595..88562310c2 100644 --- a/components/transfer/style/rtl.less +++ b/components/transfer/style/rtl.less @@ -53,6 +53,12 @@ } } + &-pagination { + .@{transfer-prefix-cls}-rtl & { + text-align: left; + } + } + &-footer { .@{transfer-prefix-cls}-rtl & { right: 0;