mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +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:
@@ -807,6 +807,8 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
|
||||
|
||||
th: {
|
||||
width: pickerPanelCellWidth,
|
||||
boxSizing: 'border-box',
|
||||
padding: 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user