diff --git a/lib/ui/views/TIMUIKitConversation/tim_uikit_conversation.dart b/lib/ui/views/TIMUIKitConversation/tim_uikit_conversation.dart index 8bf172f..d63fffa 100644 --- a/lib/ui/views/TIMUIKitConversation/tim_uikit_conversation.dart +++ b/lib/ui/views/TIMUIKitConversation/tim_uikit_conversation.dart @@ -539,7 +539,7 @@ class _TIMUIKitConversationState extends TIMUIKitState { child: conversationLineItem(), endActionPane: ActionPane( extentRatio: - slideChildren.length > 2 ? 0.6 : 0.45, + slideChildren.length > 2 ? 0.58 : 0.4, motion: const DrawerMotion(), children: slideChildren)), ));