fix : 修改右上角用户样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user