修改样式

This commit is contained in:
闫晓茹 2023-11-14 15:04:13 +08:00
parent 9cb723e734
commit a91930b9be
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@
{{item.sendTime}} {{item.sendTime}}
</view> </view>
<view class="text"> <view class="text">
{{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}} {{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}}
</view> </view>
<view class="nostatus" v-if="item.unreadCount>0"> <view class="nostatus" v-if="item.unreadCount>0">
{{item.unreadCount}} {{item.unreadCount}}

View File

@ -153,7 +153,7 @@
.text { .text {
position: absolute; position: absolute;
left: 190rpx; left: 190rpx;
top: 220rpx; top: 190rpx;
font-size: 28rpx; font-size: 28rpx;
font-weight: 400; font-weight: 400;
color: #5F5F5F; color: #5F5F5F;
@ -172,7 +172,7 @@
.name { .name {
position: absolute; position: absolute;
left: 190rpx; left: 190rpx;
top: 120rpx; top: 125rpx;
font-size: 32rpx; font-size: 32rpx;
font-weight: 500; font-weight: 500;
color: #000000; color: #000000;