Explorar el Código

style: Table样式修改

kailong321200875 hace 1 año
padre
commit
c7d21e36d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
     }
   }