Skip to content

Commit

Permalink
fix: DatePicer range start and end show in rtl (#26157)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 12, 2020
1 parent a4e7e18 commit af16da1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/date-picker/style/rtl.less
Expand Up @@ -128,6 +128,13 @@
}
}

&-in-view&-range-start&-range-end::before {
.@{picker-prefix-cls}-panel-rtl & {
right: 50%;
left: 50%;
}
}

.@{picker-prefix-cls}-date-panel
&-in-view&-in-range&-range-hover-start
.@{cellClassName}::after {
Expand Down

0 comments on commit af16da1

Please sign in to comment.