移动端-资讯中心下拉导航栏消失问题

This commit is contained in:
xinjie 2022-11-15 14:59:23 +08:00
parent abbd23e332
commit e685304616
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,8 @@
{ {
"path": "pages/news/news", "path": "pages/news/news",
"style": { "style": {
"navigationBarTitleText": "资讯" "navigationBarTitleText": "资讯",
"disableScroll": true
} }
}, },
{ {

View File

@ -54,7 +54,7 @@ onLoad((options) => {
} }
&-list { &-list {
height: calc(100vh - 86px); height: calc(100vh - 272rpx - env(safe-area-inset-bottom));
} }
} }
</style> </style>

View File

@ -100,7 +100,7 @@ export default {
// tabbar50pxrpx // tabbar50pxrpx
height: { height: {
type: [String, Number], type: [String, Number],
default: "50px" default: 100
}, },
// rpx // rpx
iconSize: { iconSize: {