From bcad3ebe2cab376b486d6decdb859d6fa8a6169b Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Wed, 14 Aug 2024 14:19:57 +0800
Subject: [PATCH] 来访登记,完善form

---
 gz-customerSystem/src/styles/public.less |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gz-customerSystem/src/styles/public.less b/gz-customerSystem/src/styles/public.less
index 9eb7bac..dae4c5e 100644
--- a/gz-customerSystem/src/styles/public.less
+++ b/gz-customerSystem/src/styles/public.less
@@ -648,8 +648,9 @@
 		line-height: 20px;
 		border-radius: 2px;
 		padding: 0 4px;
-		display: flex;
-		align-items: center;
+		overflow: hidden;
+		white-space: nowrap;
+		text-overflow: ellipsis;
 
 		&-blue {
 			background: #e6f7ff;

--
Gitblit v1.8.0