Ver a proveniência

减少信息之间的间隔

master
zdc há 5 anos
ascendente
cometimento
453b52f540
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      lib/chat/ChatPageItem.dart
  2. +1
    -1
      lib/chat/group_chat_item.dart

+ 1
- 1
lib/chat/ChatPageItem.dart Ver ficheiro

@@ -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 Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar