diff --git a/lib/ui/views/TIMUIKitConversation/tim_uikit_conversation_item.dart b/lib/ui/views/TIMUIKitConversation/tim_uikit_conversation_item.dart index cfed40d..fc684cb 100644 --- a/lib/ui/views/TIMUIKitConversation/tim_uikit_conversation_item.dart +++ b/lib/ui/views/TIMUIKitConversation/tim_uikit_conversation_item.dart @@ -185,7 +185,8 @@ class TIMUIKitConversationItem extends TIMUIKitStatelessWidget { overflow: TextOverflow.ellipsis, maxLines: 1, style: TextStyle( - height: 1, + // 调整行高,避免在部分设备上出现文字顶部被裁剪的问题 + height: 1.2, color: theme.conversationItemTitleTextColor, fontSize: titleFontSize, fontWeight: FontWeight.w400,