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:
AN 2023-08-17 13:15:26 +08:00 committed by GitHub
parent 9ba9da244a
commit 808452e49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -807,6 +807,8 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
th: {
width: pickerPanelCellWidth,
boxSizing: 'border-box',
padding: 0,
},
},
},