This commit is contained in:
魏啾
2024-05-30 11:59:31 +08:00
parent d140ef4f41
commit 05d31a6012

View File

@@ -388,7 +388,7 @@
this.seighT = data.windowHeight; this.seighT = data.windowHeight;
this.$u.getRect('.fourcontent').then(res => { this.$u.getRect('.fourcontent').then(res => {
console.log(res.top) console.log(res.top)
this.Topdistance = res.top - res.height - 18 //滚动距离 this.Topdistance = res.top - res.height - 22 //滚动距离
}) })
} }
}) })