From 3ae864f005e8a874de01c15e14b83196a3f6f11b Mon Sep 17 00:00:00 2001
From: xusd <hugeinfo123>
Date: Wed, 18 Sep 2024 10:21:30 +0800
Subject: [PATCH] 新增一个测试环境

---
 gz-customerSystem/src/components/WantUserTag/Handling.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gz-customerSystem/src/components/WantUserTag/Handling.jsx b/gz-customerSystem/src/components/WantUserTag/Handling.jsx
index d3c4338..6491871 100644
--- a/gz-customerSystem/src/components/WantUserTag/Handling.jsx
+++ b/gz-customerSystem/src/components/WantUserTag/Handling.jsx
@@ -2,7 +2,7 @@
  * @Author: dminyi 1301963064@qq.com
  * @Date: 2024-08-29 20:43:25
  * @LastEditors: dminyi 1301963064@qq.com
- * @LastEditTime: 2024-09-05 09:34:19
+ * @LastEditTime: 2024-09-12 18:15:43
  * @FilePath: \gzDyh\gz-customerSystem\src\components\WantUserTag\Handling.jsx
  * @Description: 经办人
  */
@@ -19,7 +19,7 @@
         <div className="wantUserTag-wantHandleUser-left"><img src={person} alt=''/></div>
         <div className="wantUserTag-wantHandleUser-right">{name}</div>
         <div onClick={() => onClose(value)} className="wantUserTag-wantHandleUser-icon">
-          <CloseOutlined />
+          <CloseOutlined style={{ fontSize: '12px'}} />
         </div>
       </div>
     </div>

--
Gitblit v1.8.0