fix:wifi页面各种更新状态UI样式优化
This commit is contained in:
@@ -455,8 +455,7 @@ onUnmounted(() => {
|
||||
<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-desc-white">请关机并重启智能弓</text>
|
||||
<view class="done-info-box"></view>
|
||||
<view class="primary-btn done-btn" @click="handleDone">
|
||||
<view class="primary-btn done-btn" style="margin-top:20px" @click="handleDone">
|
||||
<text class="primary-btn-text">完成</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -820,13 +819,6 @@ onUnmounted(() => {
|
||||
line-height: 52rpx;
|
||||
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 {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user