在 React 组件间进行页面跳转后,发现页面的位置并不在页面顶部,而是在页面跳转前的位置。就是说浏览器的滚动条并没有回到顶部的位置。
class MyComponent extends Component {
componentDidMount() {
this.node.scrollIntoView();
}
render() {
return <div ref={node => this.node = node} />
}
}
如何还不行就强行:
componentWillMount(){
document.getElementById('App').scrollIntoView(true);//为ture返回顶部,false为底部
}
转载于:https://www.cnblogs.com/yuan-luo/p/9041124.html
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/101661.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...