chore(float-button): remove unused css code (#44587)

* fix(float-button):  fix componentCls display props

* chore(float-button): remove useless styles
This commit is contained in:
Kyriewen 2023-09-02 18:38:54 +08:00 committed by GitHub
parent 3f01f83b79
commit 27d8f622ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,9 +220,6 @@ const sharedFloatButtonStyle: GenerateStyle<FloatButtonToken, CSSObject> = (toke
position: 'fixed',
cursor: 'pointer',
zIndex: 99,
display: 'block',
justifyContent: 'center',
alignItems: 'center',
width: floatButtonSize,
height: floatButtonSize,
insetInlineEnd: token.floatButtonInsetInlineEnd,