@@ -1,7 +1,8 @@
@import "../../components/My_card/index.scss";
-page{
+page {
padding: 0 !important;
+ overflow: hidden !important;
}
.user-item {
@@ -38,7 +38,7 @@
</view>
</navigator>
</block>
- <view style="height: 150rpx;" />
+ <view style="height: 230rpx;" />
<My_empty wx:if="{{list.length==0}}" />
</My_listBox>