|
|
|
@ -99,7 +99,8 @@ |
|
|
|
:src="activeSession.otherUserAvatar" |
|
|
|
:style="{ backgroundColor: getAvatarColor(activeSession.otherUserName) }" |
|
|
|
> |
|
|
|
{{ getAvatarText(activeSession.otherUserName) }} |
|
|
|
<!-- {{ getAvatarText(activeSession.otherUserName) }} --> |
|
|
|
<img :src="baseUrl+activeSession.otherUserAvatar" alt=""> |
|
|
|
</el-avatar> |
|
|
|
<div class="header-info"> |
|
|
|
<h3 class="chat-title">{{ activeSession.otherUserName }}</h3> |
|
|
|
@ -154,7 +155,8 @@ |
|
|
|
:src="activeSession.otherUserAvatar" |
|
|
|
:style="{ backgroundColor: getAvatarColor(activeSession.otherUserName) }" |
|
|
|
> |
|
|
|
{{ getAvatarText(activeSession.otherUserName) }} |
|
|
|
<!-- {{ getAvatarText(activeSession.otherUserName) }} --> |
|
|
|
<img :src="baseUrl + activeSession.otherUserAvatar" alt=""> |
|
|
|
</el-avatar> |
|
|
|
</div> |
|
|
|
<div class="content-box" style="text-align: left;"> |
|
|
|
@ -1123,7 +1125,7 @@ export default { |
|
|
|
/* 在线状态指示器优化 */ |
|
|
|
.online-status { |
|
|
|
position: absolute; |
|
|
|
bottom: 2px; |
|
|
|
bottom: 6px; |
|
|
|
right: 2px; |
|
|
|
width: 12px; |
|
|
|
height: 12px; |
|
|
|
|