qingyiay
2023-05-16 72935b2a35765bcc3622561bb06f2eccd64caf83
pages/driver-page/drvier-my/drvier-my.vue
@@ -16,7 +16,7 @@
                        <view class="label-text">身份证号</view>
                     </view>
                     <view class="information-value">
                        {{ userInfo.idCard }}
                        {{ userInfo.idCard || '' }}
                        <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.idCard"></u-icon>
                     </view>
                  </view>
@@ -26,7 +26,7 @@
                        <view class="label-text">手机号</view>
                     </view>
                     <view class="information-value">
                        {{ userInfo.phone }}
                        {{ userInfo.phone || '' }}
                        <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.phone"></u-icon>
                     </view>
                  </view>
@@ -36,7 +36,7 @@
                        <view class="label-text">车牌号</view>
                     </view>
                     <view class="information-value">
                        {{ userInfo.carNo }}
                        {{ userInfo.carNo || '' }}
                        <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.carNo"></u-icon>
                     </view>
                  </view>
@@ -46,7 +46,7 @@
                        <view class="label-text">车轴数</view>
                     </view>
                     <view class="information-value">
                        {{ userInfo.axleNum }}
                        {{ userInfo.axleNum || '' }}
                        <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.axleNum"></u-icon>
                     </view>
                  </view>
@@ -56,7 +56,7 @@
                        <view class="label-text">体重</view>
                     </view>
                     <view class="information-value">
                        {{ userInfo.weight }}
                        {{ userInfo.weight || '' }}
                        <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.weight"></u-icon>
                     </view>
                  </view>
@@ -373,7 +373,6 @@
         width: 80rpx;
         height: 37rpx;
         font-size: 40rpx;
         font-family: Adobe Heiti Std;
         font-weight: normal;
         color: #ffffff;
         line-height: 69rpx;
@@ -394,17 +393,18 @@
            justify-content: center;
         }
         .avatar-name {
            width: 136rpx;
            width: 200rpx;
            display: flex;
            flex-wrap: wrap;
            height: 32rpx;
            font-size: 34rpx;
            font-family: Source Han Sans CN;
            font-weight: bold;
            color: #ffffff;
            margin-left: vww(17);
         }
         .edit-button {
            position: relative;
            left: vww(94);
            left: vww(73);
            top: vww(4);
         }
      }
@@ -442,7 +442,6 @@
                  .label-text {
                     width: 120rpx;
                     font-size: 30rpx;
                     font-family: Source Han Sans CN;
                     font-weight: 400;
                     color: #000000;
                     line-height: 85rpx;
@@ -452,7 +451,6 @@
                  min-width: vww(125);
                  @include flex;
                  font-size: 30rpx;
                  font-family: Source Han Sans CN;
                  font-weight: 400;
                  color: #000000;
                  line-height: 85rpx;