ZaiZai 2 gadi atpakaļ
vecāks
revīzija
c7a0d8e02e
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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>