zhangwencui
2026-03-04 ac1218810d89c8daba0e8a3b516c3164b7ef0b2a
src/pages_qiun/components/data-progress/data-progress.vue
@@ -6,7 +6,7 @@
            <view class="number">{{item.now?item.now+"/":""}}{{item.expect}} [{{item.value}}%]</view>
            <progress :percent="item.value" backgroundColor="#C9C9C9"
            :border-radius="borderRadius?borderRadius+'rpx':'0px'"
            :color="time"
            active="true"
            stroke-width="16" />
         </view>
      </view>