From 7eae3e9923ef921e6ebdc1943aee275fd979f644 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 21 Jul 2022 01:07:43 +0800 Subject: [PATCH] show currency code when show currency name --- src/Mobile.vue | 4 ++++ src/views/mobile/ExchangeRates.vue | 10 ++++++++-- src/views/mobile/Signup.vue | 5 ++++- src/views/mobile/accounts/Edit.vue | 10 ++++++++-- src/views/mobile/users/UserProfile.vue | 5 ++++- 5 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/Mobile.vue b/src/Mobile.vue index 22092d21..0060df4a 100644 --- a/src/Mobile.vue +++ b/src/Mobile.vue @@ -126,6 +126,10 @@ body { width: 100%; } +.smaller { + font-size: 10px; +} + /** Replacing the default style of framework7 **/ :root { --f7-theme-color: #c67e48; diff --git a/src/views/mobile/ExchangeRates.vue b/src/views/mobile/ExchangeRates.vue index 6f250ab0..eb7eaa9f 100644 --- a/src/views/mobile/ExchangeRates.vue +++ b/src/views/mobile/ExchangeRates.vue @@ -14,9 +14,12 @@ + + {{ `currency.${baseCurrency}` | localized }}  + {{ baseCurrency }} +