Skip to content

Commit

Permalink
fix: fix date-picker footer style (ant-design#44642)
Browse files Browse the repository at this point in the history
* fix: fix date-picker style

* Update index.ts

Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: lijianan <574980606@qq.com>
  • Loading branch information
li-jia-nan authored Sep 5, 2023
1 parent 03fee8d commit 49e1efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/date-picker/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
textAlign: 'center',

'&-extra': {
padding: `0 ${paddingSM}`,
padding: `0 ${paddingSM}px`,
lineHeight: `${pickerTextHeight - 2 * lineWidth}px`,
textAlign: 'start',

Expand Down

0 comments on commit 49e1efa

Please sign in to comment.