From 1a50efe646cc6777dca8693caee0b6f71ea9b184 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Wed, 14 Aug 2024 14:12:11 +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