fix: DatePicer range start and end show in rtl (#26157)

This commit is contained in:
xrkffgg 2020-08-12 14:25:46 +08:00 committed by GitHub
parent a4e7e184c2
commit af16da1ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {