steps组件首次加载闪烁 #6010
Closed
steps组件首次加载闪烁 #6010
Labels
Comments
目前 Steps 由于 title 和 message 的长度不确定,实现上需要使用 js 动态布局,因此会到 componentDidMount 之后才展现,暂时没有好的解决方案。 |
需要用 flex 布局才能纯样式解决,在放弃 IE9 之前是不可能了。。 http://caniuse.com/#search=flex |
Fixed in antd@3.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.9.3
Environment
macos chrome
Reproduction link
https://ant.design/components/steps-cn/
Steps to reproduce
刷新。然后会看到steps组件会慢一拍才加载
What is expected?
没有白屏等待
What is actually happening?
其他组件都加载完成了 stpes 组件要慢一拍才显示出来
其他页面的组件没有这个问题,都是页面出来 组件就立即加载
The text was updated successfully, but these errors were encountered: