diff --git a/components/table/style/rtl.less b/components/table/style/rtl.less index ee5f97ef2b..5438a48f0c 100644 --- a/components/table/style/rtl.less +++ b/components/table/style/rtl.less @@ -44,7 +44,7 @@ > tr { // ========================= Nest Table =========================== .@{table-prefix-cls}-wrapper:only-child { - .@{table-prefix-cls}-rtl { + .@{table-prefix-cls}.@{table-prefix-cls}-rtl { margin: -@table-padding-vertical (@table-padding-horizontal + ceil(@font-size-sm * 1.4)) -@table-padding-vertical -@table-padding-horizontal; } }