youyawu 4 éve
szülő
commit
f8cfe98156
1 módosított fájl, 7 hozzáadás és 1 törlés
  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%);
       }
     }
   }