From 918bbf3afade9011ca666ba0680e3f79039a0ce7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 七月 2024 13:57:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/pages/login/index.wxss |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/pages/login/index.wxss b/wechat_staff/pages/login/index.wxss
index cd3c013..a02546a 100644
--- a/wechat_staff/pages/login/index.wxss
+++ b/wechat_staff/pages/login/index.wxss
@@ -66,7 +66,7 @@
   position: relative;
 }
 .modal .content {
-  height: calc(100vh - 460rpx);
+  height: calc(100% - 180rpx);
   overflow: auto;
   margin-bottom: 20rpx;
 }
@@ -75,6 +75,7 @@
   padding: 20rpx 0rpx;
   width: 100%;
   z-index: 999;
+  bottom: 12rpx;
   border-top: 1px solid #e5e5e5;
 }
 .modal .btns .reject {
@@ -84,10 +85,11 @@
   color: #999999;
   text-align: center;
   margin-top: 30rpx;
+  height: 60rpx;
 }
 .modal .btns .agree {
   width: 670rpx;
-  height: 88rpx;
+  height: 90rpx;
   background: #B08771;
   border-radius: 8rpx;
   display: flex;

--
Gitblit v1.9.3