diff --git a/commons/css/base/layout.wxss b/commons/css/base/layout.wxss index c9ee84e..1e43d83 100644 --- a/commons/css/base/layout.wxss +++ b/commons/css/base/layout.wxss @@ -118,4 +118,6 @@ .height-190{height:190rpx;} .height-240{height:240rpx;} .tabmenu{line-height:80rpx;} -.tabmenu.active::before{display:block;position:absolute;bottom:0;left:50%;width:30rpx;height:4rpx;margin-left:-15rpx;content:"";background-color:#36afa2;} \ No newline at end of file +.tabmenu.active::before{display:block;position:absolute;bottom:0;left:50%;width:30rpx;height:4rpx;margin-left:-15rpx;content:"";background-color:#36afa2;} + +.safe-pb{padding-bottom:calc(constant(safe-area-inset-bottom) - 15px );padding-bottom:calc(env(safe-area-inset-bottom) - 15px);} \ No newline at end of file diff --git a/components/listMore/index.js b/components/listMore/index.js index 7006a25..77d1f15 100644 --- a/components/listMore/index.js +++ b/components/listMore/index.js @@ -18,7 +18,11 @@ Component({ noDataMsg: { type:String, value: '' - } + }, + isMiddle: { + type: Boolean, + value: false + }, }, /** diff --git a/components/listMore/index.wxml b/components/listMore/index.wxml index 592a31e..0aeaaab 100644 --- a/components/listMore/index.wxml +++ b/components/listMore/index.wxml @@ -7,7 +7,7 @@ 我们是有底线的 -