fix: Dropdown accidental opening of container (#40201)

This commit is contained in:
dong 2023-01-13 10:42:59 +08:00 committed by GitHub
parent 0051a877e2
commit e378ec5493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,6 +152,8 @@ export const initSlideMotion = (
${motionCls}-enter,
${motionCls}-appear
`]: {
transform: 'scale(0)',
transformOrigin: '0% 0%',
opacity: 0,
animationTimingFunction: token.motionEaseOutQuint,
},