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.less | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/wechat_staff/pages/login/index.less b/wechat_staff/pages/login/index.less
index b5818dc..bd82b41 100644
--- a/wechat_staff/pages/login/index.less
+++ b/wechat_staff/pages/login/index.less
@@ -65,7 +65,7 @@
padding: 40rpx;
position: relative;
.content{
- height: calc( 100vh - 460rpx );
+ height: calc( 100% - 180rpx );
overflow: auto;
margin-bottom: 20rpx;
}
@@ -74,6 +74,7 @@
padding: 20rpx 0rpx;
width: 100%;
z-index: 999;
+ bottom: 12rpx;
border-top: 1px solid #e5e5e5;
.reject{
width: 670rpx;
@@ -82,10 +83,11 @@
color: #999999;
text-align: center;
margin-top: 30rpx;
+ height: 60rpx;
}
.agree{
width: 670rpx;
- height: 88rpx;
+ height: 90rpx;
background: #B08771;
border-radius: 8rpx;
display: flex;
--
Gitblit v1.9.3