账号限制个数改为30个
This commit is contained in:
parent
8d9a018c19
commit
32308e006b
|
|
@ -269,7 +269,7 @@ const User: React.FC = () => {
|
|||
<Input
|
||||
style={{ flexGrow: 1 }}
|
||||
placeholder="请输入账号"
|
||||
maxLength={11}
|
||||
maxLength={30}
|
||||
showCount={true}
|
||||
value={addUserFrom.Account}
|
||||
onChange={(e) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue