移动端-资讯中心下拉导航栏消失问题
This commit is contained in:
parent
abbd23e332
commit
e685304616
|
|
@ -9,7 +9,8 @@
|
||||||
{
|
{
|
||||||
"path": "pages/news/news",
|
"path": "pages/news/news",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "资讯"
|
"navigationBarTitleText": "资讯",
|
||||||
|
"disableScroll": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ onLoad((options) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
&-list {
|
&-list {
|
||||||
height: calc(100vh - 86px);
|
height: calc(100vh - 272rpx - env(safe-area-inset-bottom));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ export default {
|
||||||
// tabbar的高度,默认50px,单位任意,如果为数值,则为rpx单位
|
// tabbar的高度,默认50px,单位任意,如果为数值,则为rpx单位
|
||||||
height: {
|
height: {
|
||||||
type: [String, Number],
|
type: [String, Number],
|
||||||
default: "50px"
|
default: 100
|
||||||
},
|
},
|
||||||
// 非凸起图标的大小,单位任意,数值默认rpx
|
// 非凸起图标的大小,单位任意,数值默认rpx
|
||||||
iconSize: {
|
iconSize: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue