更新ui细节

This commit is contained in:
fengerli
2025-07-25 17:08:23 +08:00
parent 51ab4d0bfa
commit c83a513f86
5 changed files with 94 additions and 71 deletions

View File

@ -56,7 +56,8 @@
</view> -->
</view>
<view v-else class="noDATA">
<view> <uni-icons type="image-filled" size="120" color="rgba(255, 255, 255, 0.9)"></uni-icons>
<view>
<uni-icons type="image-filled" size="120" color="rgba(255, 255, 255, 0.9)"></uni-icons>
</view>
暂无数据
</view>
@ -189,7 +190,7 @@
},
// tab切换页
switchTab(tab, index) {
console.log(tab, 'tabsss');
//console.log(tab, 'tabsss');
this.deviceList = [];
this.activeTab = index;
this.page = 1; // 重置页
@ -197,7 +198,7 @@
},
// 获取设备列表
getData(tab) {
console.log(tab.name, 'tab');
//console.log(tab.name, 'tab');
if (this.loading) return;
this.loading = true;
let data = {
@ -421,7 +422,7 @@
color: rgba(255, 255, 255, 0.6);
font-size: 28rpx;
margin-bottom: 20rpx;
margin-top: 20rpx;
margin-top: 1rpx;
}
.edit-btn {
@ -468,11 +469,11 @@
.agreement-popupC {
width: 65%;
background-color: rgb(42, 42, 42);
background: rgba(56, 57, 52, 0.4);
border-radius: 40rpx;
padding: 30rpx;
text-align: center;
border: 1px solid rgba(255, 200, 78, 0.3);
border: 1px solid rgba(224, 52, 52, 0.3);
}
.popup-flex {
@ -511,7 +512,7 @@
/* 同意按钮 */
.agreeBtn {
background: rgba(224, 52, 52, 1);
color: #232323;
color: rgba(255, 255, 255, 0.87);
border: none;
width: 170rpx !important;
}