style: 调整聊天界面侧滑按钮的宽度
This commit is contained in:
parent
563ee0f701
commit
b4f69087f0
|
|
@ -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)),
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue