fix bug#3900

This commit is contained in:
wwt 2025-03-17 15:21:40 +08:00
parent 4b24e7a269
commit 16300b68bf

View File

@ -7,8 +7,10 @@
>
<div class="avatarImg">
<tm-badge
:count="props.data.unread_num"
:count="props.data.is_disturb === 1 ? props.data.unread_num : ''"
:dot="props.data.is_disturb === 0 && props.data.unread_num"
:maxCount="99"
class="badge"
color="#D03050"
>
<avatarModule
@ -154,6 +156,10 @@ const handleDelete = () => {
// border: 1px solid #fff;
// transform: translate3d(1px, 0px, 0px) !important;
}
::v-deep .badge .round-6{
min-width: 22rpx;
min-height: 22rpx;
}
.chatItem {
width: 100%;
height: 154rpx;