This commit is contained in:
魏啾 2024-05-30 11:59:31 +08:00
parent d140ef4f41
commit 05d31a6012
1 changed files with 1 additions and 1 deletions

View File

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