From d0fa02f84591a3a7b88af725b1670bcded36b84d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:09:30 +0800
Subject: [PATCH] lll

---
 wechat_jiaxuan/pages/userinfo/collect.wxss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/userinfo/collect.wxss b/wechat_jiaxuan/pages/userinfo/collect.wxss
index 8799200..fffb0ac 100644
--- a/wechat_jiaxuan/pages/userinfo/collect.wxss
+++ b/wechat_jiaxuan/pages/userinfo/collect.wxss
@@ -61,6 +61,9 @@
 }
 .list .item .name {
   margin: 26rpx 0 14rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
 }
 .list .item .info {
   display: flex;
@@ -69,6 +72,7 @@
 }
 .list .item .info .icon {
   width: 28rpx;
+  height: 28rpx;
   margin-right: 8rpx;
 }
 .list .item .info .num {

--
Gitblit v1.9.3