Parcourir la source

style: Table样式修改

kailong321200875 il y a 1 an
Parent
commit
d487c6a93e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {
-      // @prettier-ignore
+      // @stylelint-disable-next-line
       color: v-bind(hovercolor) !important;
     }
   }