소스 검색

shops-img

youyawu 4 년 전
부모
커밋
f8cfe98156
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      src/views/shops/index.vue

+ 7 - 1
src/views/shops/index.vue

@@ -115,8 +115,14 @@ export default class extends Vue {
       float: left;
       border: 1px #e5e5e5 solid;
       margin-left: 30px;
+      position: relative;
       img {
-        width: 80%;
+        max-width: 80%;
+        max-height: 80%;
+        position: absolute;
+        top: 50%;
+        left: 50%;
+        transform: translate(-50%, -50%);
       }
     }
   }