From 1c63268e6a4cd14ca8148b51cfc9306136b46375 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 14 Aug 2020 15:41:52 +0800 Subject: [PATCH] style: optimize tree line rtl style (#26205) --- 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 68040a2996..b32623e742 100644 --- a/components/tree/style/rtl.less +++ b/components/tree/style/rtl.less @@ -38,7 +38,7 @@ &::before { .@{tree-prefix-cls}-rtl& { right: auto; - left: -@tree-title-height / 2; + left: -@tree-title-height / 2 - 1px; border-right: none; border-left: 1px solid @border-color-base; }