From e98d4f582c0c2f7a96f56c3ba6ccb52ad82ccb3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 23 Aug 2024 16:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9icon=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/upload-icon/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/upload-icon/index.vue b/src/components/common/upload-icon/index.vue index 66b007bf..e4fbef40 100644 --- a/src/components/common/upload-icon/index.vue +++ b/src/components/common/upload-icon/index.vue @@ -35,7 +35,7 @@ const upload_size = computed(() => { }); // 搜索 const searchText = ref(''); -const icon_list = computed(() => searchIcons.glyphs.filter(item => item.font_class.includes(searchText.value) || item.name.includes(searchText.value))); +const icon_list = computed(() => searchIcons.glyphs.filter(item => item.name.includes(searchText.value))); // 弹出框操作 const dialogVisible = ref(false); const handleClose = () => {