Rorschach 6 gadi atpakaļ
vecāks
revīzija
a0d88dd9d0

+ 6 - 2
component/group/group.wxss

@@ -23,6 +23,7 @@ scroll-view {
 .less-group,
 .whole-group {
     width: 100%;
+    min-height: 60%;
     background: #fff;
 }
 
@@ -65,14 +66,17 @@ scroll-view {
 
 .group-box {
     display: flex;
-    width: 100%;
+    width: 105%;
     flex-wrap: wrap;
-    justify-content: space-between;
+    flex-direction: row;
+    /* justify-content: space-between; */
 }
 
 .group-item {
     position: relative;
     display: flex;
+    margin-right:35rpx;
+
     flex-direction: column;
 }
 

+ 0 - 3
component/my/my.js

@@ -60,9 +60,6 @@ export const myInit = (that) => {
       wx.navigateTo({
         url: `../../pages/groupPage/my-group/my-group?title=${title}`
       });
-      APIClient.myWallet().success(res => {
-        console.log(res.data.data.data);
-      });
     }
     
 }

+ 2 - 1
pages/groupPage/collage-details/collage-details.wxss

@@ -3,6 +3,7 @@
     height: 100%;
     width: 100%;
     background:rgba(240,241,245,1);    
+    overflow: hidden;
 }
 
 .step {
@@ -31,7 +32,7 @@
 
 .details-head {
     width: 100%;
-    height: 78%;
+    height: 82%;
     margin-top: 12rpx;
     background: #fff;
 }

+ 1 - 1
pages/groupPage/group-details/group-details.wxss

@@ -76,7 +76,7 @@
 }
 
 scroll-view {
-    height: 64%;
+    height: 80%;
     width: 100%;
 }
 

+ 5 - 3
pages/main/class/class.wxss

@@ -5,6 +5,7 @@
 
 .classPage {
     background: #e8e8e8;
+    height: 100%;
 }
 
 /**底部按钮区域**/
@@ -101,10 +102,11 @@ button::after {
 
 .readWorksSection {
     width: 100%;
-    height: 100%;
+    /* height: 100%; */
     background: #e8e8e8;
-    margin-bottom: 150rpx;
-    min-height: 710rpx;
+    padding-bottom:75px;
+    /* margin-bottom: 150rpx; */
+    /* min-height: 710rpx; */
 
 }