shaogen1995 1 vuosi sitten
vanhempi
commit
4056720a4e
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      src/components/ImageLazy/index.module.scss

+ 5 - 2
src/components/ImageLazy/index.module.scss

@@ -6,14 +6,17 @@
       width: 100%;
       height: 100%;
       position: relative;
-      .adm-image{
+
+      .adm-image {
         width: 100%;
         height: 100%;
-        img{
+
+        img {
           width: 100%;
           height: 100%;
         }
       }
+
       .lookImg {
         cursor: pointer;
         transition: opacity .3s;