From 478a89beb0f722dd1ae33ec6ccf00ce23b16e2b2 Mon Sep 17 00:00:00 2001 From: zhaowenhao Date: Mon, 24 Nov 2025 14:30:49 +0800 Subject: [PATCH] feat: add VitualList component + add VitualList component --- .../web/src/components/VirtualList/index.vue | 136 ++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 automation/web/src/components/VirtualList/index.vue diff --git a/automation/web/src/components/VirtualList/index.vue b/automation/web/src/components/VirtualList/index.vue new file mode 100644 index 00000000..6705da56 --- /dev/null +++ b/automation/web/src/components/VirtualList/index.vue @@ -0,0 +1,136 @@ + + + + + -- Gitee