liujq 2 년 전
부모
커밋
a90b8d40e5
5개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.c25a3be9.css
  3. 0 0
      dist/static/js/app.9ae9d784.js
  4. 0 0
      dist/static/js/app.bcbafb69.js
  5. 2 2
      src/components/Common/PopupBigImg.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.c25a3be9.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.9ae9d784.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.bcbafb69.js


+ 2 - 2
src/components/Common/PopupBigImg.vue

@@ -53,8 +53,8 @@ export default {
   }
   .big-img {
     display: inline-block;
-    max-width: 1000px;
-    max-height: 1000px;
+    max-width: 500px;
+    max-height: 500px;
   }
 }
 </style>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.