1
0
mirror of synced 2025-12-07 22:28:34 +08:00

优化滚动逻辑

This commit is contained in:
xuliangzhan
2024-07-04 18:04:04 +08:00
parent 409265b89f
commit 0f5a689c80
2 changed files with 3 additions and 1 deletions

View File

@@ -4429,7 +4429,9 @@ export default defineComponent({
tableBodyElem.scrollLeft = 0
}
scrollXStore.startIndex = 0
scrollXStore.endIndex = scrollXStore.visibleSize
scrollYStore.startIndex = 0
scrollYStore.endIndex = scrollYStore.visibleSize
return nextTick()
},
/**