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

全局提示Message的加载中,没有动画效果 #3536

Closed
excellnn opened this issue Oct 21, 2016 · 1 comment
Closed

全局提示Message的加载中,没有动画效果 #3536

excellnn opened this issue Oct 21, 2016 · 1 comment

Comments

@excellnn
Copy link

  • antd 版本:"antd": "^2.1.0",
  • 操作系统及其版本:windows 7
  • 浏览器及其版本:chrome 53.0.2785.143 m

您做了什么?

引入了Button,message
import {message,Button } from 'antd';

class App extends Component{
constructor(props){
super(props);
}
show(){
message.loading('loading',0);
}
render(){
return(
点击弹出
)
}
}

您期待的结果是:

像官网一样正常显示,有loading效果

实际上的结果是:

没有loading效果,圆圈没有转

可重现的在线演示

http://103.251.90.114/

@afc163 afc163 closed this as completed in 3bb4b6e Oct 21, 2016
@lock
Copy link

lock bot commented May 3, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators May 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant