Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: fix datepciker top issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchuyou committed Aug 16, 2023
1 parent bbad217 commit 6367ae1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/TimePicker/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
font-size: $font-size-14;
}

.rc-time-picker-panel-inner{
top: 41px;
}
.rc-time-picker-panel{
>.rc-time-picker-panel-inner{
top: 41px;
}
}

0 comments on commit 6367ae1

Please sign in to comment.