mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
移动端-资讯中心下拉导航栏消失问题
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
{
|
||||
"path": "pages/news/news",
|
||||
"style": {
|
||||
"navigationBarTitleText": "资讯"
|
||||
"navigationBarTitleText": "资讯",
|
||||
"disableScroll": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -54,7 +54,7 @@ onLoad((options) => {
|
||||
}
|
||||
|
||||
&-list {
|
||||
height: calc(100vh - 86px);
|
||||
height: calc(100vh - 272rpx - env(safe-area-inset-bottom));
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -100,7 +100,7 @@ export default {
|
||||
// tabbar的高度,默认50px,单位任意,如果为数值,则为rpx单位
|
||||
height: {
|
||||
type: [String, Number],
|
||||
default: "50px"
|
||||
default: 100
|
||||
},
|
||||
// 非凸起图标的大小,单位任意,数值默认rpx
|
||||
iconSize: {
|
||||
|
||||
Reference in New Issue
Block a user