modify style

This commit is contained in:
MaysWind
2024-04-05 03:16:27 +08:00
parent 4a16b82700
commit 2a2cb3acc9
35 changed files with 307 additions and 160 deletions
+1 -1
View File
@@ -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>