update:优化ota状态共享

This commit is contained in:
2026-09-21 16:22:05 +08:00
parent 4bd7599cc0
commit 01e8f6c6da
6 changed files with 328 additions and 328 deletions
+9
View File
@@ -158,6 +158,7 @@ const handleUpdateClick = () => {
<view class="progress-track">
<view class="progress-fill" :style="{ width: `${progressValue}%` }"></view>
</view>
<text class="progress-warning">请勿离开当前页面</text>
</view>
</block>
@@ -439,6 +440,14 @@ const handleUpdateClick = () => {
background-color: #FED847;
border-radius: 999rpx;
}
.progress-warning {
display: block;
margin-top: 16rpx;
color: rgba(255, 255, 255, 0.88);
font-size: 22rpx;
line-height: 32rpx;
text-align: center;
}
/* 关闭按钮(位于弹窗下方) */
.ota-close-below {