|
|
@@ -400,7 +400,7 @@
|
|
|
:src="ossUrl +item.content"
|
|
|
style="height: 80rpx;width: 80rpx;margin-left: 20rpx;"></image>
|
|
|
|
|
|
- <view v-if="item.content && item.messageType === 3" class="chat-listitem-text bubble voice"
|
|
|
+ <view v-if="item.content && item.messageType === 3" class="chat-listitem-text bubble voice textColorLeft"
|
|
|
:class="playMsgid == index?'play':''"
|
|
|
style="margin-left: 20rpx;display: flex;align-items: center;"
|
|
|
@tap="playVoice(item.content,index)">
|
|
|
@@ -3176,7 +3176,11 @@
|
|
|
border-radius: 16px 16px 0px 16px;
|
|
|
background: rgba(1, 107, 246, 1);
|
|
|
}
|
|
|
-
|
|
|
+ .textColorLeft{
|
|
|
+ color: #000;
|
|
|
+ border-radius: 16px 16px 0px 16px;
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
.chat-listitem-text {
|
|
|
// color: #FFFFFF;
|
|
|
|