diff --git a/src/Mobile.vue b/src/Mobile.vue index 2fc39bca..b05dc017 100644 --- a/src/Mobile.vue +++ b/src/Mobile.vue @@ -54,6 +54,14 @@ body { word-break: break-all; } +.full-line { + width: 100%; +} + +.icon-after-text { + margin-left: 6px; +} + .lab-list-item-error-info div.item-footer { color: var(--f7-input-error-text-color) } diff --git a/src/views/mobile/Home.vue b/src/views/mobile/Home.vue index c35a7f51..982891aa 100644 --- a/src/views/mobile/Home.vue +++ b/src/views/mobile/Home.vue @@ -9,11 +9,25 @@ - - - - - + + + {{ $t('Details') }} + + + + {{ $t('Accounts') }} + + + + + + + {{ $t('Statistics') }} + + + + {{ $t('Settings') }} + @@ -23,13 +37,7 @@ export default {} diff --git a/src/views/mobile/users/TwoFactorAuth.vue b/src/views/mobile/users/TwoFactorAuth.vue index 8e53a5f4..aa14594b 100644 --- a/src/views/mobile/users/TwoFactorAuth.vue +++ b/src/views/mobile/users/TwoFactorAuth.vue @@ -27,11 +27,13 @@
-

{{ $t('Please use two factor authentication app scan the below qrcode and input current passcode') }}

-
- +

{{ $t('Please use two factor authentication app scan the below qrcode and input current passcode') }}

+
+
+ qrcode +
- +
-

{{ $t('Please enter your current password when disable two factor authentication') }}

- +

{{ $t('Please enter your current password when disable two factor authentication') }}

+
-

{{ $t('Please enter your current password when regenerate two factor authentication backup codes. If you regenerate backup codes, the old codes will be invalidated.') }}

- +

{{ $t('Please enter your current password when regenerate two factor authentication backup codes. If you regenerate backup codes, the old codes will be invalidated.') }}

+
-

+

{{ $t('Please copy these backup codes to safe place, the below codes can only be shown once. If these codes were lost, you can regenerate backup codes at any time.') }}

- +
@@ -343,41 +345,3 @@ export default { } }; - - diff --git a/src/views/mobile/users/UserProfile.vue b/src/views/mobile/users/UserProfile.vue index 7e066916..135297ed 100644 --- a/src/views/mobile/users/UserProfile.vue +++ b/src/views/mobile/users/UserProfile.vue @@ -72,8 +72,8 @@
-

{{ $t('Please enter your current password when modifying your password') }}

- +

{{ $t('Please enter your current password when modifying your password') }}

+ - -