From 2c08a98f7e85ec7c9376f27a7933e75e44d672f7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 27 八月 2024 15:52:59 +0800
Subject: [PATCH] ll
---
wechat_staff/pages/kefu/select.wxss | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/kefu/select.wxss b/wechat_staff/pages/kefu/select.wxss
index f520b5e..a6f2ead 100644
--- a/wechat_staff/pages/kefu/select.wxss
+++ b/wechat_staff/pages/kefu/select.wxss
@@ -17,7 +17,6 @@
align-items: center;
font-size: 32rpx;
color: #555555;
- margin-right: 60rpx;
}
.main_tab .item .border {
width: 40rpx;
@@ -93,12 +92,17 @@
}
.list .item .line .val {
color: #333333;
+ width: 420rpx;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.list .item .source {
margin-top: 12rpx;
}
.list .item .icon {
width: 40rpx;
+ height: 40rpx;
margin-right: 30rpx;
}
.list .item .avatar {
--
Gitblit v1.9.3