ZaiZai 2 년 전
부모
커밋
c7a0d8e02e
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/hc-image/index.vue
  2. 1 0
      components/hc-img/index.vue

+ 1 - 0
components/hc-image/index.vue

@@ -52,6 +52,7 @@ const imgLoad = () => {
         position: absolute;
         width: 0;
         height: 0;
+        will-change: transform
     }
 }
 </style>

+ 1 - 0
components/hc-img/index.vue

@@ -70,6 +70,7 @@ const imgLoad = () => {
         position: absolute;
         width: 0;
         height: 0;
+        will-change: transform
     }
 }
 </style>