From 138db89b3193d60850e203e1847e2f91d2b00ebc Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 07 八月 2024 18:19:47 +0800
Subject: [PATCH] lll
---
wechat_staff/pages/userinfo/index.wxss | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/wechat_staff/pages/userinfo/index.wxss b/wechat_staff/pages/userinfo/index.wxss
index 57706ba..a630098 100644
--- a/wechat_staff/pages/userinfo/index.wxss
+++ b/wechat_staff/pages/userinfo/index.wxss
@@ -38,8 +38,11 @@
flex: 1;
color: #111111;
text-align: right;
- white-space: break-spaces;
- word-break: break-word;
+ display: -webkit-box;
+ overflow: hidden;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ text-overflow: ellipsis;
}
.list .line .input .van-cell {
padding: 0;
@@ -73,6 +76,6 @@
border-radius: 8rpx;
font-weight: 500;
font-size: 32rpx;
- margin-top: 20rpx;
+ margin-top: 20rpx;
margin-bottom: 10rpx;
}
--
Gitblit v1.9.3