浏览代码

fix missing images

Olivier Massot 4 年之前
父节点
当前提交
1353dc35ed
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      components/Ui/Map/Structures.vue

+ 3 - 5
components/Ui/Map/Structures.vue

@@ -19,14 +19,12 @@
         class="px-1"
       >
         <div @click="setMapBounds(shortcut.bounds)">
-          <v-img
+          <img
             :src="shortcut.src"
             :alt="shortcut.alt"
             :title="shortcut.alt"
-            width="85"
-            height="85"
-            style="border: solid 1px #000;"
-          />
+            style="width: 85px; height: 85px; border: solid 1px #000;"
+          >
         </div>
       </v-col>
     </v-row>