瀏覽代碼

[fix]修复聊天输入框的问题

zk 1 年之前
父節點
當前提交
03fb6bddb9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lib/module/chat/view.dart

+ 3 - 3
lib/module/chat/view.dart

@@ -198,9 +198,9 @@ class ChatPage extends BasePage<ChatController> {
                         textInputAction: TextInputAction.newline,
                         cursorColor: ColorName.colorPrimary,
                         decoration: const BoxDecoration(),
-                        expands: true,
-                        maxLines: null,
-                        minLines: null,
+                        expands: false,
+                        minLines: 1,
+                        maxLines: 6,
                       ),
                     )),
                     GestureDetector(