فهرست منبع

style: "Airwallex 付款单页面按钮调整"

Ritchie 1 سال پیش
والد
کامیت
ace63a9703
2فایلهای تغییر یافته به همراه8 افزوده شده و 5 حذف شده
  1. 5 5
      src/styles/airwallex/index.less
  2. 3 0
      src/views/airwallex/payout.vue

+ 5 - 5
src/styles/airwallex/index.less

@@ -31,13 +31,13 @@
   overflow: auto;
   display: flex;
   flex-direction: column;
-  position: relative;
+  // position: relative;
   overflow-x: hidden; /* 禁用底部水平滚动条 */
   .form-container {
     width: auto;
-    height: 620px;
+    height: 75%;
     background-repeat: no-repeat;
-    position: relative; /* 设置父容器为相对定位 */
+    // position: relative; /* 设置父容器为相对定位 */
     // background-color: rgb(252, 240, 230);
   }
   // .form-container::after {
@@ -52,8 +52,8 @@
   .button-container {
     display: flex;
     justify-content: space-between;
-    position: fixed; /* 让按钮固定在底部 */
-    bottom: 50px; /* 距离底部的距离 */
+    // position: fixed; /* 让按钮固定在底部 */
+    // bottom: 50px; /* 距离底部的距离 */
     width: 100%;
     align-items: center;
   }

+ 3 - 0
src/views/airwallex/payout.vue

@@ -5,6 +5,9 @@
         <div class="form-container">
             <div id="payout-form-container" class="payout-form-container" style="height: 100%;"></div>
         </div>
+        <br>
+        <br>
+        <br>
         <div class="button-container">
             <van-button type="primary" class="cancel" @click="handleCancel">取消</van-button>
             <van-button type="primary" class="register" @click="handleSubmit">继续</van-button>