Skip to content

Commit

Permalink
fix: 修复时间选择器滚动错误 (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin authored Jul 21, 2022
1 parent 2bb0efc commit 9de80de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/date-picker/panel/PanelContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ export default defineComponent({
<div class={`${COMPONENT_NAME}-time-viewer`}>{this.time || defaultTimeValue}</div>
<TTimePickerPanel
{...{
key: this.partial,
props: {
key: this.partial,
format: timeFormat,
value: this.time,
onChange: this.onTimePickerChange,
showPanel: this.popupVisible,
isShowPanel: this.popupVisible,
...this.timePickerProps,
},
}}
Expand Down

0 comments on commit 9de80de

Please sign in to comment.