소스 검색

日报分享优化

zhujindu 4 달 전
부모
커밋
2bbb986102
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/share.vue

+ 2 - 2
src/components/share.vue

@@ -447,12 +447,12 @@ export default {
       //   justify-content: space-between;
 
       img {
-        width: 30%;
+        width: 47.5%;
         height: vw(188);
         margin-bottom: 15px;
         margin-right: 5%;
         background-color: rgba(255, 255, 255, 0.1);
-        &:nth-child(3n) {
+        &:nth-child(2n) {
           margin-right: 0;
         }
       }