董国庆
2025-02-25 fe0ac2c205258d5bff70560940ee7f187024760b
H5/pages/progress/progress.vue
@@ -65,6 +65,12 @@
            </view>
         </view>
      </view>
      <view v-if="info.complaintProgresses.length == 0" class="mt-200">
         <image src="../../static/空空如也@2x.png" mode="widthFix" class="w100"></image>
         <view class="txt-center mt-94 fs-27 color9">
            暂无数据
         </view>
      </view>
      <view v-if="type" @tap="toAdd" class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4">添加办理进度
      </view>
      <view class="safe-box"></view>
@@ -139,6 +145,10 @@
      color: #FFFFFF;
   }
   .color9 {
      color: #999999;
   }
   .bgcolor1 {
      background: linear-gradient(270deg, rgba(255, 241, 0, 0.5) 0%, rgba(255, 249, 172, 0.25) 48%, rgba(255, 255, 255, 0.2) 100%, #FFFFFF 100%);
   }