fix: fix date-picker footer style (#44642)

* fix: fix date-picker style

* Update index.ts

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

---------

Signed-off-by: lijianan <574980606@qq.com>
This commit is contained in:
lijianan 2023-09-05 18:51:51 +08:00 committed by GitHub
parent 03fee8d837
commit 49e1efaafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',