소스 검색

finish link

gemer 5 년 전
부모
커밋
deda0de85f
3개의 변경된 파일56개의 추가작업 그리고 74개의 파일을 삭제
  1. 0 1
      src/components/msection.vue
  2. 1 1
      src/components/section.vue
  3. 55 72
      src/views/spirit/index.vue

+ 0 - 1
src/components/msection.vue

@@ -21,7 +21,6 @@
       </div>
     </div>
 
-
   </div>
 </template>
 <script>

+ 1 - 1
src/components/section.vue

@@ -178,7 +178,7 @@ export default {
         line-height: 2.67rem;
         height: 2.67rem;
         background: url("@{cdn}/images/readmore.png") no-repeat;
-        background-size: 100% 100%;
+        background-size:cover;
       }
     }
   }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 55 - 72
src/views/spirit/index.vue