From 19f55145c81bb4308c2aca3a751cfabc195ccdbd Mon Sep 17 00:00:00 2001 From: miracles1919 <516571350@qq.com> Date: Wed, 11 May 2022 16:57:21 +0800 Subject: [PATCH] fix: tree checkbox margin in rtl mode (#35491) --- components/tree/style/rtl.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tree/style/rtl.less b/components/tree/style/rtl.less index bc985c956b..7604ef60eb 100644 --- a/components/tree/style/rtl.less +++ b/components/tree/style/rtl.less @@ -56,7 +56,7 @@ } // >>> Checkbox &-checkbox { - .@{tree-prefix-cls}-rtl& { + .@{tree-prefix-cls}-rtl & { margin: ((@tree-title-height - @checkbox-size) / 2) 0 0 8px; } }