From 79a9d0d1401a327e2c4d954a53265747d8052da1 Mon Sep 17 00:00:00 2001 From: volare <867484528@qq.com> Date: Sat, 24 Sep 2022 23:42:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4time-pick=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_common | 2 +- src/time-picker/TimePicker.tsx | 2 +- src/time-picker/TimeRangePicker.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/_common b/src/_common index 1b8f460bff..6c705cb760 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit 1b8f460bfff32b84510f575f143990d28bde26da +Subproject commit 6c705cb7601b453a4320b54859b26af07c35bf96 diff --git a/src/time-picker/TimePicker.tsx b/src/time-picker/TimePicker.tsx index 0f6c86777c..ae6b7f780f 100644 --- a/src/time-picker/TimePicker.tsx +++ b/src/time-picker/TimePicker.tsx @@ -115,7 +115,7 @@ const TimePicker = forwardRefWithStatics( value={isPanelShowed ? currentValue : value ?? undefined} inputValue={isPanelShowed ? currentValue : value ?? undefined} inputProps={props.inputProps} - popupProps={{ overlayInnerStyle: { width: 'auto' }, ...props.popupProps }} + popupProps={{ overlayInnerStyle: { width: 'auto', padding: 0 }, ...props.popupProps }} panel={ = (props) => { popupProps={{ overlayInnerStyle: { width: 'auto', + padding: 0, }, ...props.popupProps, }}