fix default text size

This commit is contained in:
MaysWind
2023-06-21 21:50:16 +08:00
parent eb2e2b0a26
commit a0b3bc1cab
9 changed files with 14 additions and 3 deletions
+2 -1
View File
@@ -31,7 +31,7 @@
--f7-list-font-size: 17px;
--f7-list-item-after-font-size: 17px;
--f7-list-item-footer-font-size: 12px;
--f7-list-button-font-size: 16px;
--f7-list-button-font-size: 17px;
--f7-list-item-min-height: 44px;
--f7-list-item-padding-horizontal: 16px;
--f7-list-media-item-padding-vertical: 10px;
@@ -72,6 +72,7 @@
--ebk-transaction-date-width: 25px;
--ebk-transaction-day-font-size: 16px;
--ebk-transaction-day-of-week-font-size: 12px;
--ebk-login-page-title-font-size: 28px;
--ebk-license-popup-title-font-size: 30px;
--ebk-license-content-font-size: 14px;
}
+1
View File
@@ -72,6 +72,7 @@
--ebk-transaction-date-width: 28px;
--ebk-transaction-day-font-size: 17px;
--ebk-transaction-day-of-week-font-size: 13px;
--ebk-login-page-title-font-size: 28px;
--ebk-license-popup-title-font-size: 31px;
--ebk-license-content-font-size: 15px;
}
+1
View File
@@ -72,6 +72,7 @@
--ebk-transaction-date-width: 25px;
--ebk-transaction-day-font-size: 16px;
--ebk-transaction-day-of-week-font-size: 12px;
--ebk-login-page-title-font-size: 28px;
--ebk-license-popup-title-font-size: 30px;
--ebk-license-content-font-size: 13px;
}
+1
View File
@@ -72,6 +72,7 @@
--ebk-transaction-date-width: 30px;
--ebk-transaction-day-font-size: 18px;
--ebk-transaction-day-of-week-font-size: 14px;
--ebk-login-page-title-font-size: 28px;
--ebk-license-popup-title-font-size: 32px;
--ebk-license-content-font-size: 16px;
}
+1
View File
@@ -72,6 +72,7 @@
--ebk-transaction-date-width: 32px;
--ebk-transaction-day-font-size: 20px;
--ebk-transaction-day-of-week-font-size: 15px;
--ebk-login-page-title-font-size: 28px;
--ebk-license-popup-title-font-size: 36px;
--ebk-license-content-font-size: 17px;
}
@@ -72,6 +72,7 @@
--ebk-transaction-date-width: 36px;
--ebk-transaction-day-font-size: 22px;
--ebk-transaction-day-of-week-font-size: 17px;
--ebk-login-page-title-font-size: 28px;
--ebk-license-popup-title-font-size: 38px;
--ebk-license-content-font-size: 19px;
}
@@ -72,6 +72,7 @@
--ebk-transaction-date-width: 40px;
--ebk-transaction-day-font-size: 24px;
--ebk-transaction-day-of-week-font-size: 19px;
--ebk-login-page-title-font-size: 28px;
--ebk-license-popup-title-font-size: 40px;
--ebk-license-content-font-size: 21px;
}
+5 -1
View File
@@ -2,7 +2,7 @@
<f7-page no-toolbar no-navbar no-swipeback login-screen>
<f7-login-screen-title>
<img alt="logo" class="login-page-logo" src="/img/ezbookkeeping-192.png" />
<f7-block class="margin-vertical-half">{{ $t('global.app.title') }}</f7-block>
<f7-block class="login-page-tile margin-vertical-half">{{ $t('global.app.title') }}</f7-block>
</f7-login-screen-title>
<f7-list form dividers>
@@ -298,6 +298,10 @@ export default {
height: 80px;
}
.login-page-tile {
font-size: var(--ebk-login-page-title-font-size);
}
.lang-popover-menu .popover-inner {
max-height: 300px;
overflow-Y: auto;
+1 -1
View File
@@ -2,7 +2,7 @@
<f7-page no-toolbar no-navbar no-swipeback login-screen>
<f7-login-screen-title>
<img alt="logo" class="login-page-logo" src="/img/ezbookkeeping-192.png" />
<f7-block class="margin-vertical-half">{{ $t('global.app.title') }}</f7-block>
<f7-block class="login-page-tile margin-vertical-half">{{ $t('global.app.title') }}</f7-block>
</f7-login-screen-title>
<f7-list form>