From 5183592ece7498145803f3c96283aed6be168b07 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Tue, 28 Apr 2020 09:55:16 +0800 Subject: [PATCH] style: fix table row select style in rtl (#23690) --- components/table/style/rtl.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/table/style/rtl.less b/components/table/style/rtl.less index 1d59d1f92d..e497d46a69 100644 --- a/components/table/style/rtl.less +++ b/components/table/style/rtl.less @@ -106,8 +106,7 @@ &-extra { .@{table-wrapepr-rtl-cls} & { right: auto; - left: 0; - transform: translate(-100%, -50%); + left: -10px; } } }