Selaa lähdekoodia

减少信息之间的间隔

master
zdc 5 vuotta sitten
vanhempi
commit
453b52f540
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      lib/chat/ChatPageItem.dart
  2. +1
    -1
      lib/chat/group_chat_item.dart

+ 1
- 1
lib/chat/ChatPageItem.dart Näytä tiedosto

@@ -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 Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna