fix: 登录,注册输入框光标问题修复

This commit is contained in:
liuyanfeng 2025-08-14 09:11:47 +08:00
parent cafef880c8
commit 61410a702e

View File

@ -81,6 +81,7 @@ class _LoginInputState extends State<LoginInput> {
children: [
TextField(
//
obscureText: isPwd,
maxLines: 1,
controller: widget.controller,
focusNode: widget.focusNode,