From 32e433e28a3b779874f2317b80c4cef81957ff43 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期一, 14 十月 2024 16:28:24 +0800 Subject: [PATCH] 修改提问示例的样式 --- src/components/iconSelector/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/iconSelector/index.vue b/src/components/iconSelector/index.vue index d2f7cc2..089974f 100644 --- a/src/components/iconSelector/index.vue +++ b/src/components/iconSelector/index.vue @@ -179,7 +179,7 @@ // 闃块噷瀛椾綋鍥炬爣浣跨敤 `yw xxx` if (state.fontIconList.yw.length > 0) return; initIconfont.yw().then((res: any) => { - state.fontIconList.yw = res.map((i: string) => `ywicon ${i}`); + state.fontIconList.yw = res.map((i: string) => `ywifont ${i}`); }); } else if (name === 'ali') { -- Gitblit v1.9.3