From 175477ce635c4e9150f8bbc04f31ff3d51160586 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:45:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=20?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/user/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue index 9b63cfa36e..1c18336c32 100644 --- a/frontend/src/views/system/user/index.vue +++ b/frontend/src/views/system/user/index.vue @@ -769,6 +769,7 @@ export default { } } .de-one-line { + max-width: 80px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;