Procházet zdrojové kódy

减少信息之间的间隔

master
zdc před 5 roky
rodič
revize
453b52f540
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      lib/chat/ChatPageItem.dart
  2. +1
    -1
      lib/chat/group_chat_item.dart

+ 1
- 1
lib/chat/ChatPageItem.dart Zobrazit soubor

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

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


Načítá se…
Zrušit
Uložit