From 75b151da9bef49623ed24ec2501303bc9b37a8f1 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 12 Dec 2020 22:11:08 +0800 Subject: [PATCH] code refactor --- src/components/mobile/ColorSelectionSheet.vue | 26 ++- src/components/mobile/IconSelectionSheet.vue | 26 ++- src/components/mobile/NumberPadSheet.vue | 32 ++-- src/views/mobile/accounts/Edit.vue | 171 +++++++----------- src/views/mobile/categories/Edit.vue | 81 +++------ 5 files changed, 142 insertions(+), 194 deletions(-) diff --git a/src/components/mobile/ColorSelectionSheet.vue b/src/components/mobile/ColorSelectionSheet.vue index 0e0b30f2..1fac6b37 100644 --- a/src/components/mobile/ColorSelectionSheet.vue +++ b/src/components/mobile/ColorSelectionSheet.vue @@ -1,5 +1,5 @@