perf: remove 'virtual scroll' in slow log table #161

This commit is contained in:
Lykin 2024-02-26 15:01:13 +08:00
parent 9bd958ef24
commit 71ffbde648
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ const onListLimitChanged = (limit) => {
class="flex-item-expand" class="flex-item-expand"
flex-height flex-height
striped striped
virtual-scroll
@update:sorter="({ order }) => (data.sortOrder = order)" /> @update:sorter="({ order }) => (data.sortOrder = order)" />
</div> </div>
</template> </template>