🐛 Fix callback is not centered

This commit is contained in:
2025-08-03 12:39:10 +08:00
parent f46f70b33c
commit 3df66dabd9

View File

@@ -1,9 +1,9 @@
<template> <template>
<div class="flex justify-center items-center"> <div class="h-full flex items-center justify-center">
<n-result status="success" title="Auth completed" description="Now you can close this tab" /> <n-result status="success" title="Auth completed" description="Now you can close this tab" />
</div> </div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { NResult } from 'naive-ui'; import { NResult } from 'naive-ui'
</script> </script>