shaogen1995 1 년 전
부모
커밋
4056720a4e
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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;