From 12c4ffda1ed8477c4997d9630796365c72fa9f7c Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Thu, 15 Aug 2024 11:14:10 +0800 Subject: [PATCH] 识别上传材料 --- 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