Skip to content

Commit

Permalink
fix(DataPicker):fix picker content is not centered (ant-design#44245)
Browse files Browse the repository at this point in the history
* Update index.ts

fix(DataPicker):fix picker content  is not centered

Signed-off-by: AN <455454007@qq.com>

* fix(DataPicker):fix picker content is not centered 

Signed-off-by: AN <455454007@qq.com>

---------

Signed-off-by: AN <455454007@qq.com>
  • Loading branch information
Zian502 committed Aug 17, 2023
1 parent 9ba9da2 commit 808452e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/date-picker/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,8 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {

th: {
width: pickerPanelCellWidth,
boxSizing: 'border-box',
padding: 0,
},
},
},
Expand Down

0 comments on commit 808452e

Please sign in to comment.