This commit is contained in:
X1627315083
2024-02-22 10:03:51 +08:00
parent 729da18df8
commit 030aa55d38
10 changed files with 730 additions and 63 deletions

View File

@@ -478,7 +478,7 @@ export default defineComponent({
num = -25
}
el.scrollBy(num, 0);
},true)
},{ passive: true })
}
}
},