mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
upgrade third party dependencies
This commit is contained in:
@@ -137,11 +137,11 @@
|
||||
|
||||
<v-window-item value="presetCategories" class="signup-preset-categories">
|
||||
<h4 class="text-h4 mb-1">{{ $t('Preset Categories') }}</h4>
|
||||
<p class="text-sm mt-2 mb-5">{{ $t('Set whether to use preset transaction categories') }}</p>
|
||||
<p class="text-sm mt-2 mb-2">{{ $t('Set whether to use preset transaction categories') }}</p>
|
||||
|
||||
<v-row>
|
||||
<v-col cols="12" sm="6">
|
||||
<v-switch :disabled="submitting || navigateToHomePage"
|
||||
<v-switch class="mb-2" :disabled="submitting || navigateToHomePage"
|
||||
:label="$t('Use Preset Transaction Categories')"
|
||||
v-model="usePresetCategories"/>
|
||||
</v-col>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<v-switch :disabled="true"
|
||||
:label="$t('Unlock with PIN Code')"
|
||||
v-model="isEnableApplicationLock"/>
|
||||
<v-switch class="mt-2" :label="$t('Unlock with WebAuthn')"
|
||||
<v-switch :label="$t('Unlock with WebAuthn')"
|
||||
:loading="enablingWebAuthn"
|
||||
v-model="isEnableApplicationLockWebAuthn"/>
|
||||
</v-card-text>
|
||||
|
||||
@@ -384,7 +384,7 @@ export default {
|
||||
|
||||
<style>
|
||||
.account-categories .v-expansion-panel-text__wrapper {
|
||||
padding: 0 0 0 20px;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
.account-categories .v-expansion-panel--active:not(:first-child),
|
||||
|
||||
@@ -411,7 +411,7 @@ export default {
|
||||
|
||||
<style>
|
||||
.category-types .v-expansion-panel-text__wrapper {
|
||||
padding: 0 0 0 20px;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
.category-types .v-expansion-panel--active:not(:first-child),
|
||||
|
||||
Reference in New Issue
Block a user