mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
modify style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<v-tabs show-arrows class="v-tabs-pill text-uppercase" v-model="activeTab">
|
||||
<v-tabs show-arrows v-model="activeTab">
|
||||
<v-tab value="basicSetting" @click="pushRouter('basicSetting')">
|
||||
<v-icon size="20" start :icon="icons.basicSetting"/>
|
||||
{{ $t('Basic') }}
|
||||
|
||||
@@ -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