Skip to content

Commit

Permalink
fix: picker body padding
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfuhao committed Oct 25, 2023
1 parent 860f6a6 commit e5fee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date-picker/panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
width: @picker-year-month-panel-width;

.@{picker-prefix-cls}-body {
padding: 17px 9px;
padding: 17px @padding-xs;
}

.@{picker-prefix-cls}-cell {
Expand Down

0 comments on commit e5fee37

Please sign in to comment.