Browse Source

style: Table样式修改

kailong321200875 1 year ago
parent
commit
c7d21e36d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/Icon/src/Icon.vue

+ 1 - 0
src/components/Icon/src/Icon.vue

@@ -51,6 +51,7 @@ const getIconifyStyle = computed(() => {
 .iconify {
   &:hover {
     :deep(svg) {
+      // @prettier-ignore
       color: v-bind(hovercolor) !important;
     }
   }