From 363de3c250ff036e188a24a69678b45e1de0d19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=81=E9=98=B3=E4=BB=94?= <15836909675@163.com> Date: Wed, 24 Aug 2022 11:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=95=B0=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/pc/mapForce.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/pc/mapForce.vue b/src/view/pc/mapForce.vue index 4fd7aa0..5c53ec4 100644 --- a/src/view/pc/mapForce.vue +++ b/src/view/pc/mapForce.vue @@ -377,9 +377,10 @@ body { display: flex; align-items: center; span{ + display: inline-block; + width: 88px; overflow: hidden; text-overflow: ellipsis; - display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; -- GitLab