소스 검색

style: Table样式修改

kailong321200875 1 년 전
부모
커밋
5fc57bdb08
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/Icon/src/Icon.vue

+ 2 - 2
src/components/Icon/src/Icon.vue

@@ -51,8 +51,8 @@ const getIconifyStyle = computed(() => {
 .iconify {
   &:hover {
     :deep(svg) {
-      // prettier-ignore
-      color: v-bind(hovercolor) !important;
+      // stylelint-disable-next-line
+      color: v-bind(hoverColor) !important;
     }
   }
 }