From 8f7095ce19c7dd2456658b58893e31feef675d17 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 20 Jul 2023 23:48:27 +0800 Subject: [PATCH] transaction tag list page supports dragging to change display order --- src/views/desktop/TransactionTagsPage.vue | 248 ++++++++++++++-------- 1 file changed, 163 insertions(+), 85 deletions(-) diff --git a/src/views/desktop/TransactionTagsPage.vue b/src/views/desktop/TransactionTagsPage.vue index 406dec7f..2d0086fb 100644 --- a/src/views/desktop/TransactionTagsPage.vue +++ b/src/views/desktop/TransactionTagsPage.vue @@ -5,6 +5,11 @@