From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/components/authCard/authCard.less |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/components/authCard/authCard.less b/wechat_jiaxuan/components/authCard/authCard.less
index 532c928..7e5f7c9 100644
--- a/wechat_jiaxuan/components/authCard/authCard.less
+++ b/wechat_jiaxuan/components/authCard/authCard.less
@@ -30,7 +30,7 @@
       font-weight: 600;
       font-size: 32rpx;
       color: #111111;
-      margin-bottom: 2rpx;
+      margin-bottom: 6rpx;
     }
     .desc{
       font-weight: 300;
@@ -113,6 +113,14 @@
             width: 36rpx;
           }
         }
+        .text{
+          flex: 1;
+          overflow : hidden;
+          text-overflow: ellipsis;
+          display: -webkit-box;
+          -webkit-line-clamp: 2;
+          -webkit-box-orient: vertical;
+        }
       }
       .addr{
         display: flex;

--
Gitblit v1.9.3