优化列表显示效果

This commit is contained in:
2024-12-11 12:29:51 +08:00
parent 9af3b116d1
commit d5500c8f49
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import VirtualList from './components/VirtualList.vue'
const listConfig = {
itemHeight: 50,
itemPadding: 16,
bufferCount: 2,
bufferCount: 10,
scrollDebounceTime: 16,
}