瀏覽代碼

style(2fa): add mt-3 for recovery_code btn

Jacky 2 月之前
父節點
當前提交
a650175d13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/components/TwoFA/Authorization.vue

+ 1 - 1
app/src/components/TwoFA/Authorization.vue

@@ -110,7 +110,7 @@ onMounted(() => {
       </AButton>
     </div>
 
-    <div v-if="twoFAStatus.otp_status || twoFAStatus.recovery_codes_generated" class="flex justify-center">
+    <div v-if="twoFAStatus.otp_status || twoFAStatus.recovery_codes_generated" class="flex justify-center mt-3">
       <a
         v-if="!useRecoveryCode"
         @click="clickUseRecoveryCode"