From e65955c0e364c9cc925a555c8bce8e93400e5096 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 14 Aug 2024 14:18:39 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- 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