style: optimize tree line rtl style (#26205)

This commit is contained in:
xrkffgg 2020-08-14 15:41:52 +08:00 committed by GitHub
parent 49d02a0b58
commit 1c63268e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}