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 @@
我们是有底线的
-
+
{{noDataMsg||'空空如也,这里什么也没有'}}
\ No newline at end of file
diff --git a/components/listMore/index.wxss b/components/listMore/index.wxss
index 3c2eb84..a9cd2b4 100644
--- a/components/listMore/index.wxss
+++ b/components/listMore/index.wxss
@@ -1,8 +1,8 @@
@import "../../commons/css/common.wxss";
.noData {
- width: 220rpx;
- height: 142rpx;
+ width:264rpx;
+ height:165rpx;
background: url(https://qs.haodian.cn/wechat_app/liche/common/none.png?v=191231) no-repeat;
background-size:100% auto;
background-position: top center;