fix: captcha icon

This commit is contained in:
xingyu4j
2025-10-09 11:24:40 +08:00
parent 066b28b2cc
commit 7533486cf8
2 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ import {
toRefs,
} from 'vue';
import { IconifyIcon } from '@vben/icons';
import { $t } from '@vben/locales';
import { AES } from '@vben-core/shared/utils';
@@ -221,7 +222,7 @@ defineExpose({
style="z-index: 3"
@click="refresh"
>
<i class="iconfont icon-refresh"></i>
<IconifyIcon icon="lucide:refresh-ccw" class="mr-2 size-5" />
</div>
<img
ref="canvas"

View File

@@ -15,6 +15,7 @@ import {
toRefs,
} from 'vue';
import { IconifyIcon } from '@vben/icons';
import { $t } from '@vben/locales';
import { AES } from '@vben-core/shared/utils';
@@ -299,7 +300,7 @@ defineExpose({
style="display: block; width: 100%; height: 100%"
/>
<div v-show="showRefresh" class="verify-refresh" @click="refresh">
<i class="iconfont icon-refresh"></i>
<IconifyIcon icon="lucide:refresh-ccw" class="mr-2 size-5" />
</div>
<transition name="tips">
<span