From 7cc23de13ce8517d800eeb1a341a701092aa9dc9 Mon Sep 17 00:00:00 2001 From: cooljser Date: Tue, 27 Jun 2023 10:22:47 +0800 Subject: [PATCH] fix: first open timepicker right panel position error (#43179) Co-authored-by: fan.hu --- components/date-picker/style/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/date-picker/style/index.less b/components/date-picker/style/index.less index 7c62f91014..a8a4462f9d 100644 --- a/components/date-picker/style/index.less +++ b/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;