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/store/staff.less |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/pages/store/staff.less b/wechat_staff/pages/store/staff.less
index 3518d95..e0c3bd7 100644
--- a/wechat_staff/pages/store/staff.less
+++ b/wechat_staff/pages/store/staff.less
@@ -7,12 +7,15 @@
   left: 0;
   z-index: -1;
 }
-
+page{
+  overflow-y: hidden;
+}
 
 .container {
   padding: 26rpx 40rpx;
+  overflow-y: hidden;
   .avatar {
-    margin-top: 260rpx;
+    margin-top: 300rpx;
     width: 140rpx;
     height: 140rpx;
     border-radius: 50%;
@@ -111,6 +114,13 @@
       font-weight: 600;
       font-size: 40rpx;
       display: flex;
+      align-items: center;
+      .icon{
+        position: relative;
+        bottom: 4rpx;
+        margin-left: 6rpx;
+      }
+      
     }
   }
 }

--
Gitblit v1.9.3