fix:wifi页面各种更新状态UI样式优化

This commit is contained in:
2026-06-02 17:55:18 +08:00
parent 37f4f0c019
commit 39d34d5bff

View File

@@ -455,8 +455,7 @@ onUnmounted(() => {
<image src="../static/ota/check-char.png" mode="aspectFit" style="width: 194rpx; height: 166rpx;" /> <image src="../static/ota/check-char.png" mode="aspectFit" style="width: 194rpx; height: 166rpx;" />
<text class="page-title" style="margin-top: 24rpx;">更新完成</text> <text class="page-title" style="margin-top: 24rpx;">更新完成</text>
<text class="page-desc-white">请关机并重启智能弓</text> <text class="page-desc-white">请关机并重启智能弓</text>
<view class="done-info-box"></view> <view class="primary-btn done-btn" style="margin-top:20px" @click="handleDone">
<view class="primary-btn done-btn" @click="handleDone">
<text class="primary-btn-text">完成</text> <text class="primary-btn-text">完成</text>
</view> </view>
</view> </view>
@@ -820,13 +819,6 @@ onUnmounted(() => {
line-height: 52rpx; line-height: 52rpx;
text-align: center; text-align: center;
} }
.done-info-box {
width: 100%;
height: 240rpx;
background-color: rgba(255, 255, 255, 1);
border-radius: 24rpx;
margin: 24rpx 0;
}
.done-btn { .done-btn {
width: 80%; width: 80%;
} }