From ba808041e0127f999802a512ceb57f28db5690e4 Mon Sep 17 00:00:00 2001 From: zhangtengjin <1257450210@qq.com> Date: Thu, 21 Dec 2023 20:11:10 +0800 Subject: [PATCH] style: use whiteSpace nowrap --- src/lib/components/topology/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/topology/index.less b/src/lib/components/topology/index.less index 36f33a61..1354eba1 100644 --- a/src/lib/components/topology/index.less +++ b/src/lib/components/topology/index.less @@ -142,7 +142,7 @@ padding: 0 10px; top: -40px; font-size: 12px; - word-break: keep-all; + white-space: nowrap; background: #666666; color: #fff; border-radius: 3px;