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, }}