fix:新增更新中图片&设备页面新增跳转wifi页面入口

This commit is contained in:
2026-06-09 09:59:13 +08:00
parent 9b47b313a7
commit 54e5427a77
3 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ const progressValue = computed(() => Math.min(100, Math.max(0, Number(props.prog
<!-- 更新中复用成功标题图正文区域展示进度条无底部按钮 -->
<block v-else-if="isProgress">
<image src="../static/ota/update-ok.png" mode="aspectFit" class="result-title-img" style="width: 220rpx; height: 62rpx;" />
<image src="../static/ota/update_progress.png" mode="aspectFit" class="result-title-img" style="width: 220rpx; height: 62rpx;" />
<view class="progress-wrap">
<view class="progress-track">
<view class="progress-fill" :style="{ width: `${progressValue}%` }"></view>
@@ -220,7 +220,7 @@ const progressValue = computed(() => Math.min(100, Math.max(0, Number(props.prog
position: relative;
width: 482rpx;
border-radius: 24rpx;
border: 2px solid #F9D5A1;
border: 2rpx solid #F9D5A1;
overflow: visible;
background-color: #392F1D;
}