From b0a4d23b83b9cdbdee15263acdd4e7353a8286a1 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 07 八月 2024 18:19:48 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

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

diff --git a/wechat_staff/pages/userinfo/index.less b/wechat_staff/pages/userinfo/index.less
index 6de6e21..cbd0b51 100644
--- a/wechat_staff/pages/userinfo/index.less
+++ b/wechat_staff/pages/userinfo/index.less
@@ -36,6 +36,11 @@
       flex: 1;
       color: #111111;
       text-align: right;
+      display: -webkit-box;
+      overflow: hidden;
+      -webkit-line-clamp: 2;
+      -webkit-box-orient: vertical;
+      text-overflow: ellipsis; 
       .van-cell{
         padding: 0;
       }
@@ -73,5 +78,6 @@
     font-weight: 500;
     font-size: 32rpx;
     margin-top: 20rpx;
+    margin-bottom: 10rpx;
   }
 }
\ No newline at end of file

--
Gitblit v1.9.3