瀏覽代碼

减少信息之间的间隔

master
zdc 5 年之前
父節點
當前提交
453b52f540
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      lib/chat/ChatPageItem.dart
  2. +1
    -1
      lib/chat/group_chat_item.dart

+ 1
- 1
lib/chat/ChatPageItem.dart 查看文件

@@ -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 查看文件

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


正在載入中…
取消
儲存