update:优化ota状态共享
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user