Skip to content

Commit

Permalink
chore: 优化demo背景
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Sep 20, 2024
1 parent 0af84eb commit 11caf8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playground/src/views/examples/verify/rotate-verify/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Bell, Sun } from '@vben/icons';
import { preferences } from '@vben/preferences';
import { useUserStore } from '@vben/stores';
import { message } from 'ant-design-vue';
import { Card, message } from 'ant-design-vue';
const userStore = useUserStore();
function handleSuccess() {
Expand All @@ -20,7 +20,7 @@ const avatar = computed(() => {

<template>
<Page title="旋转校验示例">
<div class="flex items-center justify-center p-4">
<Card class="flex items-center justify-center p-4">
<RotateVerify
:src="avatar"
text="拖动以进行校验"
Expand All @@ -31,6 +31,6 @@ const avatar = computed(() => {
<Sun v-else />
</template>
</RotateVerify>
</div>
</Card>
</Page>
</template>

0 comments on commit 11caf8c

Please sign in to comment.