mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix(DataPicker):fix picker content is not centered (#44245)
* 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>
This commit is contained in:
parent
9ba9da244a
commit
808452e49d
@ -807,6 +807,8 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
|
||||
|
||||
th: {
|
||||
width: pickerPanelCellWidth,
|
||||
boxSizing: 'border-box',
|
||||
padding: 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user