bug优化

This commit is contained in:
XiuYun CHEN
2025-08-15 17:35:06 +08:00
parent 7035dbcdfb
commit f1032ddef1
4 changed files with 11 additions and 5 deletions
@@ -61,6 +61,7 @@ export struct ConversationViewItem {
.borderRadius(20)
.height(18)
.width(18 + (this.getUnreadCountStr(this.conversationInfo.unreadCount).length - 1) * 4)
.margin({top:-7,right:-7})
}
}