Ver Fonte

样式 更新

wzh há 4 anos atrás
pai
commit
d866ba5c60
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/voyage/voyageDetail.vue

+ 1 - 1
src/views/voyage/voyageDetail.vue

@@ -779,7 +779,7 @@ export default {
       let { longitude, latitude, viewUrl, id } = item;
       let content = `<div style='width:160px'>
         <img id='img${id}' style='width:160px;height:160px;object-fit:contain;' src='${viewUrl}'/>
-        <img style='display:block;width:26px;margin:6px auto'  src='https://hhd-pat-1255802371.cos.ap-shanghai.myqcloud.com/frontend/ship-red-icon.png'/>
+        <div style='width:10px;height:10px;border-radius:50%;background:#d71345;margin:6px auto'></div>
       </div>`;
 
       map.value.setCenter([longitude, latitude]);