mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
modify style
This commit is contained in:
@@ -12,11 +12,10 @@
|
||||
</v-card-text>
|
||||
|
||||
<v-card-text v-if="isEnableApplicationLock">
|
||||
<v-switch inset :disabled="true"
|
||||
<v-switch :disabled="true"
|
||||
:label="$t('Unlock By PIN Code')"
|
||||
v-model="isEnableApplicationLock"/>
|
||||
<v-switch inset
|
||||
:label="$t('Unlock By WebAuthn')"
|
||||
<v-switch class="mt-2" :label="$t('Unlock By WebAuthn')"
|
||||
:loading="enablingWebAuthn"
|
||||
v-model="isEnableApplicationLockWebAuthn"/>
|
||||
</v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user