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