提交 04bfb59a 作者: chenkunfeng

Merge remote-tracking branch 'origin/ckf' into develop

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