From d39550e090efa6145060bcc4e71c6997c365db62 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 22 Apr 2023 20:47:25 +0800 Subject: [PATCH] improve ui --- src/Mobile.vue | 5 ++--- src/components/mobile/DateRangeSelectionSheet.vue | 2 +- src/components/mobile/InformationSheet.vue | 2 +- src/components/mobile/NumberPadSheet.vue | 2 +- src/components/mobile/PasscodeInputSheet.vue | 2 +- src/components/mobile/PasswordInputSheet.vue | 2 +- src/components/mobile/PinCodeInputSheet.vue | 2 +- src/views/mobile/About.vue | 2 +- src/views/mobile/users/DataManagement.vue | 2 +- 9 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/Mobile.vue b/src/Mobile.vue index 415fc1a6..ccbe45af 100644 --- a/src/Mobile.vue +++ b/src/Mobile.vue @@ -394,13 +394,12 @@ i.icon.la, i.icon.las, i.icon.lab { /** Swipe handler **/ .swipe-handler { - height: 16px; + height: 26px; position: absolute; left: 0; width: 100%; top: 0; cursor: pointer; - z-index: 10 } .swipe-handler:after { @@ -411,7 +410,7 @@ i.icon.la, i.icon.las, i.icon.lab { left: 50%; top: 50%; margin-left: -18px; - margin-top: -3px; + margin-top: -8px; border-radius: 3px; background: #666 } diff --git a/src/components/mobile/DateRangeSelectionSheet.vue b/src/components/mobile/DateRangeSelectionSheet.vue index a141172a..8ca469ff 100644 --- a/src/components/mobile/DateRangeSelectionSheet.vue +++ b/src/components/mobile/DateRangeSelectionSheet.vue @@ -1,7 +1,7 @@