From d487c6a93ec0281d76a3938e6e23ea2a4a7940c1 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sat, 5 Aug 2023 10:55:22 +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 06097b4..019c334 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) { - // @prettier-ignore + // @stylelint-disable-next-line color: v-bind(hovercolor) !important; } }