Browse Source

减少信息之间的间隔

master
zdc 5 years ago
parent
commit
453b52f540
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lib/chat/ChatPageItem.dart
  2. +1
    -1
      lib/chat/group_chat_item.dart

+ 1
- 1
lib/chat/ChatPageItem.dart View File

@@ -189,7 +189,7 @@ class _ChatPageItemState extends State<ChatPageItem>
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: <Widget>[
showTime == null


+ 1
- 1
lib/chat/group_chat_item.dart View File

@@ -189,7 +189,7 @@ class _GroupChatPageItemState extends State<GroupChatPageItem>
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: <Widget>[
showTime == null


Loading…
Cancel
Save