qingyiay
2023-06-20 5196422e5a13e5495b1fe2fcb0c241b7358a5924
pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -32,9 +32,11 @@
                     <view class="left"><combined-title :title="item.condition"></combined-title></view>
                     <view class="card-top_num">
                        {{ item.taskCoalList.length }}车{{
                           item.taskCoalList.reduce((prev, cur) => {
                              return prev + cur.clean;
                           }, 0)
                           item.taskCoalList
                              .reduce((prev, cur) => {
                                 return prev + cur.clean;
                              }, 0)
                              .toFixed(2)
                        }}吨
                     </view>
                  </view>
@@ -616,7 +618,9 @@
   width: vww(40);
}
.scroll-Y {
   height: 900rpx;
   height: 1000rpx;
   position: relative;
   top: 20rpx;
}
.utils-button {
   width: 94%;
@@ -824,7 +828,7 @@
                     font-weight: 400;
                     color: #f81414;
                     position: absolute;
                     right: -10rpx;
                     right: 12rpx;
                     display: flex;
                     flex-wrap: wrap;
                  }
@@ -921,7 +925,7 @@
      }
   }
   .filter-main {
      height: 950rpx;
      min-height: 950rpx;
      width: 100%;
      display: flex;
      flex-direction: column;