🐛 Fix callback is not centered
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user