zhaoxiaohai 3 anni fa
parent
commit
971c0502ef
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 2 1
      pages/teams/index.scss
  2. 1 1
      pages/teams/index.wxml

+ 2 - 1
pages/teams/index.scss

@@ -1,7 +1,8 @@
 @import "../../components/My_card/index.scss";
 
-page{
+page {
     padding: 0 !important;
+    overflow: hidden !important;
 }
 
 .user-item {

+ 1 - 1
pages/teams/index.wxml

@@ -38,7 +38,7 @@
             </view>
         </navigator>
     </block>
-    <view style="height: 150rpx;" />
+    <view style="height: 230rpx;" />
     <My_empty wx:if="{{list.length==0}}" />
 </My_listBox>