提交 fffdbe63 编写于 作者: guangjun.yang's avatar guangjun.yang

定位高度少了气泡

上级 90e9f630
...@@ -438,7 +438,7 @@ export default { ...@@ -438,7 +438,7 @@ export default {
// TODO Add by Anndy Yang // TODO Add by Anndy Yang
if(_this.project.currentProgress == 2) { if(_this.project.currentProgress == 2) {
this.$nextTick( () => { this.$nextTick( () => {
window.scrollTo(0, this.$refs.cmeStepRef.offsetTop - 70); window.scrollTo(0, this.$refs.cmeStepRef.offsetTop - 100);
}) })
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册