From 04b4bddaac0a222760113899568d20b45af701f4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 27 九月 2024 19:04:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/wechat_staff/pages/kefu/select.wxss b/wechat_staff/pages/kefu/select.wxss
index f520b5e..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,12 +94,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