From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/pages/kefu/select.wxss |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/kefu/select.wxss b/wechat_staff/pages/kefu/select.wxss
index 673eff5..f065745 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;
@@ -57,11 +56,13 @@
 }
 .search_wrap .input_wrap .icon {
   width: 28rpx;
+  height: 28rpx;
   margin-top: 4rpx;
   margin-right: 14rpx;
 }
 .search_wrap .kehu {
   width: 48rpx;
+  height: 48rpx;
   margin-left: 30rpx;
 }
 .list {
@@ -93,6 +94,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