fix : 修改右上角用户样式

This commit is contained in:
2024-06-19 03:07:06 +08:00
parent 0eba2c45f5
commit 7ad99048f4

View File

@@ -25,7 +25,7 @@
<span>{{ item.jobActivityDesc }}</span>
</div>
<div>
<span>{{ item.companyName }}/{{ item.departmentName }}</span>
<span :title="item.companyName+'/'+item.departmentName">{{ item.companyName }}/{{ item.departmentName }}</span>
</div>
</div>
<div>
@@ -128,6 +128,9 @@ const handleLogout = () => {
:deep(.el-avatar--circle) {
margin-right: 10px;
background-color: #8a7243;
white-space: nowrap;
/* width: 30px; */
overflow: hidden;
}
.navbar {