From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa

---
 wechat_staff/pages/userinfo/index.less |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/userinfo/index.less b/wechat_staff/pages/userinfo/index.less
index 76e6ee5..c55939e 100644
--- a/wechat_staff/pages/userinfo/index.less
+++ b/wechat_staff/pages/userinfo/index.less
@@ -5,7 +5,6 @@
   border-radius: 50%;
   box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0,0,0,0.08);
   border: 4rpx solid #FFFFFF;
-  border: 1px solid;
 }
 .avatar_btn{
   width: 168rpx;
@@ -25,6 +24,9 @@
     display: flex;
     align-items: center;
     border-bottom: 1rpx solid #e5e5e5;
+    .qrcode{
+      width: 40rpx;
+    }
     .label{
       width: 210rpx;
       font-size: 30rpx;
@@ -34,6 +36,16 @@
       flex: 1;
       color: #111111;
       text-align: right;
+      .van-cell{
+        padding: 0;
+      }
+      .picker{
+        .picker_wrap{
+          display: flex;
+          align-items: center;
+          justify-content: flex-end;
+        }
+      }
     }
     input{
       text-align: right;
@@ -61,5 +73,6 @@
     font-weight: 500;
     font-size: 32rpx;
     margin-top: 20rpx;
+    margin-bottom: 10rpx;
   }
 }
\ No newline at end of file

--
Gitblit v1.9.3