lll
liukangdong
2024-08-26 1df1e9daa4d33a0e975db7ef0a73ee4dd45d216b
h5/pages/driver/taskDetail.vue
@@ -41,11 +41,7 @@
        <view class="value">
          <view class="">0 公里</view>
          <view class="btn" @click="getLocation">
            <u-icon
              name="map"
              :color="$store.state.primaryColor"
              class="mr6"
            ></u-icon>
                  <image class="icon mr6" src="../../static/driver/position.png"></image>
            重新定位
          </view>
        </view>
@@ -209,6 +205,11 @@
          font-size: 28rpx;
          color: $uni-color-primary;
          display: flex;
               align-items: center;
               .icon{
                  width: 30rpx;
                  height: 30rpx;
               }
        }
      }
    }