From 411c0f792ae8359c49e81974d8193f049120985b Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sat, 5 Aug 2023 10:59:23 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Icon/src/Icon.vue b/src/components/Icon/src/Icon.vue index 019c334cb..853d11af9 100644 --- a/src/components/Icon/src/Icon.vue +++ b/src/components/Icon/src/Icon.vue @@ -51,7 +51,7 @@ const getIconifyStyle = computed(() => { .iconify { &:hover { :deep(svg) { - // @stylelint-disable-next-line + // prettier-ignore color: v-bind(hovercolor) !important; } }