From 7ad99048f4eef36b840b7b16070494bd668882be Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Wed, 19 Jun 2024 03:07:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E5=8F=B3=E4=B8=8A?= =?UTF-8?q?=E8=A7=92=E7=94=A8=E6=88=B7=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/navbar/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/layout/navbar/index.vue b/src/layout/navbar/index.vue index e95c8d0..3900296 100644 --- a/src/layout/navbar/index.vue +++ b/src/layout/navbar/index.vue @@ -25,7 +25,7 @@ {{ item.jobActivityDesc }}
- {{ item.companyName }}/{{ item.departmentName }} + {{ item.companyName }}/{{ item.departmentName }}
@@ -128,6 +128,9 @@ const handleLogout = () => { :deep(.el-avatar--circle) { margin-right: 10px; background-color: #8a7243; + white-space: nowrap; + /* width: 30px; */ + overflow: hidden; } .navbar {