From c6d38bb3d792c246bca2f95d94ac0e17d5780255 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 6 Aug 2023 23:43:55 +0800 Subject: [PATCH] code refactor --- src/components/mobile/ColorSelectionSheet.vue | 25 +++--------------- src/components/mobile/IconSelectionSheet.vue | 25 +++--------------- .../mobile/ListItemSelectionSheet.vue | 25 +++--------------- .../mobile/TreeViewSelectionSheet.vue | 24 ++--------------- .../TwoColumnListItemSelectionSheet.vue | 26 +++---------------- src/lib/ui.mobile.js | 22 ++++++++++++++++ .../mobile/statistics/TransactionPage.vue | 21 ++------------- src/views/mobile/transactions/ListPage.vue | 22 ++-------------- 8 files changed, 40 insertions(+), 150 deletions(-) diff --git a/src/components/mobile/ColorSelectionSheet.vue b/src/components/mobile/ColorSelectionSheet.vue index e92d9cb0..763222a7 100644 --- a/src/components/mobile/ColorSelectionSheet.vue +++ b/src/components/mobile/ColorSelectionSheet.vue @@ -28,6 +28,8 @@