From b4f69087f034e758eec4382130d910ff61f1f716 Mon Sep 17 00:00:00 2001 From: Zeew Date: Thu, 14 Aug 2025 16:24:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BE=A7=E6=BB=91=E6=8C=89=E9=92=AE=E7=9A=84?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/views/TIMUIKitConversation/tim_uikit_conversation.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)), ));