modify style

This commit is contained in:
MaysWind
2024-03-24 13:35:29 +08:00
parent 3d0f793cf6
commit 604379bf85
21 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<v-col cols="12" v-if="!loading && !token && email && isUserVerifyEmailEnabled">
<v-btn block type="submit" :disabled="loading || resending || !password" @click="resendEmail">
{{ $t('Resend Validation Email') }}
<v-progress-circular indeterminate size="24" class="ml-2" v-if="resending"></v-progress-circular>
<v-progress-circular indeterminate size="22" class="ml-2" v-if="resending"></v-progress-circular>
</v-btn>
</v-col>