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;