From 3789f0db029899765651612acc0637d6de5c9026 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 21 Sep 2023 21:03:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E8=88=AA=E6=A0=8F=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BasicLayout.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/layouts/BasicLayout.vue b/src/layouts/BasicLayout.vue index 78a0f147..c7e0fa9f 100644 --- a/src/layouts/BasicLayout.vue +++ b/src/layouts/BasicLayout.vue @@ -134,7 +134,9 @@ tabsStore.clear(); @@ -201,4 +203,11 @@ tabsStore.clear(); border-style: none; border-radius: 6.66px; } + +.title { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 180px; +}