11
This commit is contained in:
@@ -359,7 +359,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user