web
2025-07-04 0cfe50c34659fc30b8e6cdc05d9e4198efa71be9
pages/device/index.vue
@@ -16,7 +16,7 @@
                     </view>
                     <view class="info-addr" @click="openMap(item.lat,item.lon)">
                        <text class="addr-text">地址:{{item.address}}</text>
                        <view>
                        <view class="addr-icon">
                           <image src="../../static/images/icon-point.svg" alt=''></image>
                           <text>{{item.distanceValue}}km</text>
                        </view>
@@ -198,21 +198,24 @@
                  align-items:center;
                  .addr-text{
                     width:340rpx;
                     flex-shrink: 0;
                     height:80rpx;
                     color: #6a6e75;
                     font-size:26rpx;
                  }
                  view{
                  .addr-icon{
                     width: 150rpx;
                     flex-shrink: 0;
                     display: flex;
                     justify-content: space-between;
                     align-items:center;
                     justify-content: flex-end;
                     image{
                        width:50rpx;
                        height:50rpx;
                        width: 40rpx;
                        height: 40rpx;
                     }
                     text{
                        color: #6a6e75;
                        font-size:26rpx;
                        font-size:22rpx;
                     }
                  }
               }