移动端-资讯中心下拉导航栏消失问题
This commit is contained in:
parent
abbd23e332
commit
e685304616
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue