fix: captcha icon
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
|||||||
toRefs,
|
toRefs,
|
||||||
} from 'vue';
|
} from 'vue';
|
||||||
|
|
||||||
|
import { IconifyIcon } from '@vben/icons';
|
||||||
import { $t } from '@vben/locales';
|
import { $t } from '@vben/locales';
|
||||||
|
|
||||||
import { AES } from '@vben-core/shared/utils';
|
import { AES } from '@vben-core/shared/utils';
|
||||||
@@ -221,7 +222,7 @@ defineExpose({
|
|||||||
style="z-index: 3"
|
style="z-index: 3"
|
||||||
@click="refresh"
|
@click="refresh"
|
||||||
>
|
>
|
||||||
<i class="iconfont icon-refresh"></i>
|
<IconifyIcon icon="lucide:refresh-ccw" class="mr-2 size-5" />
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
ref="canvas"
|
ref="canvas"
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ import {
|
|||||||
toRefs,
|
toRefs,
|
||||||
} from 'vue';
|
} from 'vue';
|
||||||
|
|
||||||
|
import { IconifyIcon } from '@vben/icons';
|
||||||
import { $t } from '@vben/locales';
|
import { $t } from '@vben/locales';
|
||||||
|
|
||||||
import { AES } from '@vben-core/shared/utils';
|
import { AES } from '@vben-core/shared/utils';
|
||||||
@@ -299,7 +300,7 @@ defineExpose({
|
|||||||
style="display: block; width: 100%; height: 100%"
|
style="display: block; width: 100%; height: 100%"
|
||||||
/>
|
/>
|
||||||
<div v-show="showRefresh" class="verify-refresh" @click="refresh">
|
<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>
|
</div>
|
||||||
<transition name="tips">
|
<transition name="tips">
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user