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

View File

@@ -360,7 +360,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;