This commit is contained in:
GaoHao
2024-08-03 11:39:29 +08:00

View File

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