From b9b6de6fc6cf1d586bd43b2c72b447da03cb01f3 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 05 八月 2024 18:38:21 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/kefu/select.wxss | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/kefu/select.wxss b/wechat_staff/pages/kefu/select.wxss
index 673eff5..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,6 +92,10 @@
}
.list .item .line .val {
color: #333333;
+ width: 420rpx;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.list .item .source {
margin-top: 12rpx;
--
Gitblit v1.9.3