修改引导页、活动列表自适应样式

This commit is contained in:
zhouyanli
2026-05-18 17:48:43 +08:00
parent 8ee170f78b
commit aa5453c0be
6 changed files with 285 additions and 236 deletions

View File

@@ -106,7 +106,7 @@ const getAccessControl = async () =>{
doorList.value = []
uni.showToast({
title:err.msg || '查询失败',
icon:"error"
icon:"none"
})
}
@@ -144,7 +144,7 @@ const getAccessOpenData = async () =>{
}catch(err){
uni.showToast({
title: err.msg || '开门失败',
icon:"error"
icon:"none"
})
}
}
@@ -163,8 +163,11 @@ onLoad(() =>{
box-sizing: border-box;
}
.status_bar {
height: 32px;
height: var(--status-bar-height);
width: 100%;
flex-shrink: 0;
/* height: 32px;
width: 100%; */
}
/* 顶部标题 */
.top-bar {