From 1ae471941bbdf9dde5dba668d33acf415fc6ec07 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 21 十月 2024 16:54:48 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/pages/staffLogin/forgetPsd.vue |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/h5/pages/staffLogin/forgetPsd.vue b/h5/pages/staffLogin/forgetPsd.vue
index c5d1c24..ab6b45e 100644
--- a/h5/pages/staffLogin/forgetPsd.vue
+++ b/h5/pages/staffLogin/forgetPsd.vue
@@ -40,14 +40,6 @@
     <view class="login_btn">
       <view class="login_btn_n" @click="onLogin">纭淇敼</view>
     </view>
-    <!--  -->
-    <u-popup
-      :show="isShowProtocol"
-      @close="isShowProtocol = false"
-      mode="center"
-    >
-      <view class="modal">111</view>
-    </u-popup>
   </view>
 </template>
 
@@ -58,7 +50,6 @@
     return {
       form: {
       },
-      isShowProtocol: false,
       countDown: 0
     }
   },
@@ -132,7 +123,7 @@
   width: 100%;
   height: 100vh;
   display: flex;
-  padding-top: 160rpx;
+  padding-top: 130rpx;
   box-sizing: border-box;
   align-items: center;
   flex-direction: column;
@@ -155,7 +146,7 @@
     font-weight: 600;
     color: #333333;
     margin-top: 40rpx;
-    margin-bottom: 120rpx;
+    margin-bottom: 80rpx;
   }
   .login_list {
     width: 100%;
@@ -212,7 +203,7 @@
       display: flex;
       align-items: center;
       justify-content: center;
-      font-weight: 500;
+      font-weight: 600;
       font-size: 32rpx;
       color: #ffffff;
       border-radius: 50rpx;

--
Gitblit v1.9.3