shaogen1995 7 місяців тому
батько
коміт
f8312a423f
1 змінених файлів з 5 додано та 3 видалено
  1. 5 3
      小程序/jingtailan/src/pages/mine/index.vue

+ 5 - 3
小程序/jingtailan/src/pages/mine/index.vue

@@ -524,6 +524,7 @@ onShow(async () => {
   justify-content: center;
   box-sizing: border-box;
   padding-top: 9vh;
+  overflow-y: auto;
 
   .head {
     height: 17vh;
@@ -554,7 +555,8 @@ onShow(async () => {
 
   .content {
     width: 100%;
-    height: calc(100vh - 200rpx);
+    overflow-y: auto;
+    height: 65vh;
     border-radius: 20px 20px 0 0;
     box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.3);
     padding: 15px 30px;
@@ -569,7 +571,7 @@ onShow(async () => {
       display: flex;
       justify-content: space-between;
       align-items: center;
-      height: 7.5vh;
+      padding: 2vh 0;
       border-bottom: 1px solid rgba(107, 107, 107, 0.192);
 
       image {
@@ -636,7 +638,7 @@ onShow(async () => {
     }
 
     &-last {
-      margin-top: 2vh;
+      // margin-top: 2vh;
       border-bottom: none;
       justify-content: space-between;
       align-items: self-start;