style: 调整聊天界面侧滑按钮的宽度

This commit is contained in:
Zeew 2025-08-14 16:24:16 +08:00
parent 563ee0f701
commit b4f69087f0
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ class _TIMUIKitConversationState extends TIMUIKitState<TIMUIKitConversation> {
child: conversationLineItem(), child: conversationLineItem(),
endActionPane: ActionPane( endActionPane: ActionPane(
extentRatio: extentRatio:
slideChildren.length > 2 ? 0.6 : 0.45, slideChildren.length > 2 ? 0.58 : 0.4,
motion: const DrawerMotion(), motion: const DrawerMotion(),
children: slideChildren)), children: slideChildren)),
)); ));