From 08ad0859f5fcbd0d0d18df310b92d8a0423afade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Mon, 19 Jul 2021 17:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/css/base/layout.wxss | 4 +++- components/listMore/index.js | 6 +++++- components/listMore/index.wxml | 2 +- components/listMore/index.wxss | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) 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 @@ 我们是有底线的 -