修改引导页、活动列表自适应样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user