Browse Source

style: Table样式修改

kailong321200875 1 year ago
parent
commit
411c0f792a
1 changed files with 1 additions and 1 deletions
  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 {
 .iconify {
   &:hover {
   &:hover {
     :deep(svg) {
     :deep(svg) {
-      // @stylelint-disable-next-line
+      // prettier-ignore
       color: v-bind(hovercolor) !important;
       color: v-bind(hovercolor) !important;
     }
     }
   }
   }