fix: 调整行高,避免在部分设备上出现文字顶部被裁剪的问题

This commit is contained in:
Zeew 2025-08-13 23:29:54 +08:00
parent b4ab7f4039
commit 39bd348b49
1 changed files with 2 additions and 1 deletions

View File

@ -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,