From 62096ceaed8a2a54bfb4298e4b0efb5eb64a7dcb Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Wed, 14 Aug 2024 11:11:03 +0800
Subject: [PATCH] ✨ feat(来访登记页面): 完善功能
---
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