浏览代码

style: Table样式修改

kailong321200875 1 年之前
父节点
当前提交
411c0f792a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Icon/src/Icon.vue

+ 1 - 1
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;
     }
   }