From c7d21e36d012377ba863ac848d77abb5db4f475a Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sat, 5 Aug 2023 10:54:20 +0800 Subject: [PATCH] =?UTF-8?q?style:=20Table=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Icon/src/Icon.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Icon/src/Icon.vue b/src/components/Icon/src/Icon.vue index ae8ab2d..06097b4 100644 --- a/src/components/Icon/src/Icon.vue +++ b/src/components/Icon/src/Icon.vue @@ -51,6 +51,7 @@ const getIconifyStyle = computed(() => { .iconify { &:hover { :deep(svg) { + // @prettier-ignore color: v-bind(hovercolor) !important; } }