From 453b52f540aa1a883e244f5e19e81e3989fefe97 Mon Sep 17 00:00:00 2001 From: zdc Date: Wed, 8 Apr 2020 11:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E4=BF=A1=E6=81=AF=E4=B9=8B?= =?UTF-8?q?=E9=97=B4=E7=9A=84=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chat/ChatPageItem.dart | 2 +- lib/chat/group_chat_item.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chat/ChatPageItem.dart b/lib/chat/ChatPageItem.dart index e0c0da1..8e64096 100644 --- a/lib/chat/ChatPageItem.dart +++ b/lib/chat/ChatPageItem.dart @@ -189,7 +189,7 @@ class _ChatPageItemState extends State return Container( width: Screen.width, - margin: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 8), + margin: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 4), child: Column( children: [ showTime == null diff --git a/lib/chat/group_chat_item.dart b/lib/chat/group_chat_item.dart index 9fdc4ec..2cbe02b 100644 --- a/lib/chat/group_chat_item.dart +++ b/lib/chat/group_chat_item.dart @@ -189,7 +189,7 @@ class _GroupChatPageItemState extends State return Container( width: Screen.width, color: Colors.white.withOpacity(0), - margin: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 8), + margin: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 4), child: Column( children: [ showTime == null