From 5e1187bab526e8a26081584833b6ba18b8ab8da1 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 9 Oct 2025 16:51:57 +0800 Subject: [PATCH] fix: icon --- apps/web-ele/src/components/upload/image-upload.vue | 10 +++++----- .../src/components/captcha/verification/index.vue | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/web-ele/src/components/upload/image-upload.vue b/apps/web-ele/src/components/upload/image-upload.vue index f57775656..e8cc6a889 100644 --- a/apps/web-ele/src/components/upload/image-upload.vue +++ b/apps/web-ele/src/components/upload/image-upload.vue @@ -13,7 +13,7 @@ import type { AxiosProgressEvent } from '#/api/infra/file'; import { nextTick, ref, toRefs, watch } from 'vue'; -import { Plus } from '@vben/icons'; +import { IconifyIcon } from '@vben/icons'; import { $t } from '@vben/locales'; import { isFunction, isObject, isString } from '@vben/utils'; @@ -274,11 +274,11 @@ const triggerEdit = () => {
- + 详情
- + 编辑
{ class="handle-icon" @click="handleRemove(fileList[0]!)" > - + 删除
@@ -313,7 +313,7 @@ const triggerEdit = () => { }" >
- +
diff --git a/packages/effects/common-ui/src/components/captcha/verification/index.vue b/packages/effects/common-ui/src/components/captcha/verification/index.vue index 49520e821..c6ed00320 100644 --- a/packages/effects/common-ui/src/components/captcha/verification/index.vue +++ b/packages/effects/common-ui/src/components/captcha/verification/index.vue @@ -7,6 +7,8 @@ import type { VerificationProps } from './typing'; import { defineAsyncComponent, markRaw, ref, toRefs, watchEffect } from 'vue'; +import { IconifyIcon } from '@vben/icons'; + import './verify.css'; defineOptions({ @@ -112,7 +114,7 @@ defineExpose({
{{ $t('ui.captcha.title') }} - +