From 3ff4500737b9780ffd8971d89cb63b700ae30322 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Sun, 10 Mar 2024 13:56:33 +0800 Subject: [PATCH] refactor the implement of flying card - with pure dom operation --- .../features/FlyingCompanyLogoList/index.vue | 167 ++++++++++-------- 1 file changed, 93 insertions(+), 74 deletions(-) diff --git a/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue b/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue index a2e5c65..32ec793 100644 --- a/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue +++ b/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue @@ -1,58 +1,86 @@ + +