From 7cd2d5f404b9845cfe2cbc29334e7785346fde01 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 08 八月 2024 16:38:11 +0800
Subject: [PATCH] lll

---
 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