提交 e2bcf234 作者: chenkunfeng

修复图片不显示

上级 9808a772
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<view class="network-map-warp"> <view class="network-map-warp">
<view id="map-content" :class="[isclick ? 'map-content-click' : 'map-content']"></view> <view id="map-content" :class="[isclick ? 'map-content-click' : 'map-content']"></view>
<view class="network-return"> <view class="network-return">
<image src="../../static/img/return.png" mode="widthFix" /> <!-- <image src="../../static/img/return.png" mode="widthFix" /> -->
<image src="../../static/img/navigate.png" mode="widthFix" />
</view> </view>
<!-- 位置图标 --> <!-- 位置图标 -->
<view :class="isclick ? 'network-location-click' : 'network-location'"> <view :class="isclick ? 'network-location-click' : 'network-location'">
...@@ -250,11 +251,11 @@ export default { ...@@ -250,11 +251,11 @@ export default {
${obj.companyName || '-'} ${obj.companyName || '-'}
</div> </div>
<div class="location"> <div class="location">
<image referrerPolicy="no-referrer" src="../../static/img/navigation.png" mode="widthFix" />
<span> 飞手团队 | 距你1123.5km </span> <span> 飞手团队 | 距你1123.5km </span>
</div> </div>
</div> </div>
<div class="info-right"> <div class="info-right">
<image src="../../static/img/navigate.png" mode="widthFix" />
<span>导航</span> <span>导航</span>
</div> </div>
</div> </div>
...@@ -306,7 +307,7 @@ export default { ...@@ -306,7 +307,7 @@ export default {
//height: calc(100vh - 504rpx); //height: calc(100vh - 504rpx);
// height: calc(100vh - 704rpx); // height: calc(100vh - 704rpx);
// height: calc(100vh - 88rpx); // height: calc(100vh - 88rpx);
height: 1156rpx; height: 1052rpx;
width: 100%; width: 100%;
z-index: 10; z-index: 10;
position: fixed; position: fixed;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论