账号限制个数改为30个

This commit is contained in:
yj 2024-09-10 14:26:26 +08:00
parent 8d9a018c19
commit 32308e006b
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ const User: React.FC = () => {
<Input
style={{ flexGrow: 1 }}
placeholder="请输入账号"
maxLength={11}
maxLength={30}
showCount={true}
value={addUserFrom.Account}
onChange={(e) => {