Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:Spinner组件delay属性不生效 Closes #9093 #9302

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yujinghan
Copy link
Collaborator

处理issue:#9093 Spinner组件 delay 属性不生效

@github-actions github-actions bot added the fix label Jan 3, 2024
Copy link

github-actions bot commented Jan 3, 2024

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@@ -17,7 +17,7 @@ const fadeStyles: {
[propName: string]: string;
} = {
[ENTERED]: 'in',
[ENTERING]: 'in'
[ENTERING]: 'ing'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修改了样式类名之后需要更新一下快照文件,具体更新的范围可以看CI里失败的单测

@yujinghan yujinghan changed the title fix:Spinner组件delay属性不生效 #9093 fix:Spinner组件delay属性不生效 Close #9093 Jan 3, 2024
@yujinghan yujinghan changed the title fix:Spinner组件delay属性不生效 Close #9093 fix:Spinner组件delay属性不生效 Closes #9093 Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants