style: fix datepicker panel style (#24028)

This commit is contained in:
xrkffgg 2020-05-11 12:02:24 +08:00 committed by GitHub
parent e188537c00
commit 04eb91dc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,6 +293,7 @@
.@{picker-prefix-cls}-panels {
display: inline-flex;
flex-wrap: nowrap;
direction: ltr;
}
.@{picker-prefix-cls}-panel {