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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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; |
|
|
|