shaogen1995 1 tahun lalu
induk
melakukan
4056720a4e
1 mengubah file dengan 5 tambahan dan 2 penghapusan
  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;