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