fix;修复bug
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<view class="nav"
|
||||
:class="{ disabled: !isValidCoordinate(item.latitude, item.longitude) }"
|
||||
@click.stop="navigateToPosition(item)">
|
||||
<image src="/static/location.png" class="action-icon" mode="aspectFit"></image>
|
||||
<image src="/static/luxian.png" class="action-icon" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="distance" v-if="item.distance && isValidCoordinate(item.latitude, item.longitude)">{{ item.distance }}</view>
|
||||
</view>
|
||||
@@ -295,7 +295,7 @@
|
||||
.relocate-btn {
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
bottom: 20rpx;
|
||||
bottom: 30rpx;
|
||||
width: 72rpx;
|
||||
height: 72rpx;
|
||||
background: rgba(255, 255, 255, 0.96);
|
||||
@@ -303,7 +303,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.12);
|
||||
// box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.12);
|
||||
border: 2rpx solid #e0e0e0;
|
||||
z-index: 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user