Browse Source

fix: first open timepicker right panel position error (#43179)

Co-authored-by: fan.hu <fan.hu3@envision-digital.com>
pull/43207/head
cooljser 1 year ago
committed by GitHub
parent
commit
7cc23de13c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/date-picker/style/index.less

1
components/date-picker/style/index.less

@ -318,7 +318,6 @@
&-range-arrow {
position: absolute;
z-index: 1;
display: none;
width: @arrow-size;
height: @arrow-size;
margin-left: @input-padding-horizontal-base * 1.5;

Loading…
Cancel
Save