This commit is contained in:
魏啾
2024-08-03 11:31:43 +08:00
parent b1937c2c84
commit 5d99a4c373

View File

@@ -359,7 +359,7 @@
this.opacity = true
}
this.$u.debounce(() => {
if (e.scrollTop >= this.scrollTopSize) { //控制大图层
if (e.scrollTop + 20 >= this.scrollTopSize) { //控制大图层
this.isFixed = false;
} else {
this.isFixed = true;