modify style

This commit is contained in:
MaysWind
2023-07-22 23:04:08 +08:00
parent 35b8d8ca25
commit 9f0657683a
11 changed files with 87 additions and 48 deletions
@@ -81,7 +81,7 @@
<v-col cols="12" v-if="isDataExportingEnabled">
<v-card :class="{ 'disabled': exportingData }" :title="$t('Export Data')">
<v-card-text>
<span class="text-subtitle-1">{{ $t('Export all data to csv file.') }}&nbsp;{{ $t('It may take a long time, please wait for a few minutes.') }}</span>
<span class="text-body-1">{{ $t('Export all data to csv file.') }}&nbsp;{{ $t('It may take a long time, please wait for a few minutes.') }}</span>
</v-card-text>
<v-card-text class="d-flex flex-wrap gap-4">
@@ -101,7 +101,7 @@
<v-form>
<v-card-text class="py-0">
<span class="text-subtitle-1 text-error">
<span class="text-body-1 text-error">
<v-icon :icon="icons.alert"/>
{{ $t('You CANNOT undo this action. This will clear your accounts, categories, tags and transactions data. Please input your current password to confirm.') }}
</span>
@@ -4,7 +4,7 @@
<v-card :class="{ 'disabled': updatingPassword }" :title="$t('Modify Password')">
<v-form>
<v-card-text class="pt-0">
<span class="text-subtitle-1">{{ $t('After the password is changed, other devices will be logged out, please log in again on other devices by using the new password.') }}</span>
<span class="text-body-1">{{ $t('After the password is changed, other devices will be logged out, please log in again on other devices by using the new password.') }}</span>
</v-card-text>
<v-card-text>
@@ -8,13 +8,13 @@
</template>
<v-card-text class="pb-0">
<p class="text-subtitle-1 font-weight-semibold" v-if="!new2FAQRCode">
<p class="text-body-1 font-weight-semibold" v-if="!new2FAQRCode">
{{ status === true ? $t('Two-factor authentication has been enabled.') : $t('Two-factor authentication is not enabled yet.') }}
</p>
<p class="text-subtitle-1" v-if="new2FAQRCode">
<p class="text-body-1" v-if="new2FAQRCode">
{{ $t('Please use two factor authentication app scan the below qrcode and input current passcode') }}
</p>
<p class="text-subtitle-1" v-if="status === true">
<p class="text-body-1" v-if="status === true">
{{ $t('Please enter your current password when disable two factor authentication or regenerate two factor authentication backup codes. If you regenerate backup codes, the old codes will be invalidated.') }}
</p>
</v-card-text>
@@ -91,7 +91,7 @@
</template>
<v-card-text>
<p class="text-subtitle-1" v-if="status === true">
<p class="text-body-1" v-if="status === true">
{{ $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.') }}
</p>
<v-textarea class="backup-code" readonly="readonly" :rows="10" :value="currentBackupCode"/>