Commit 8f4db477 authored by 皮倩雯's avatar 皮倩雯

fix: '优化描述'

parent f6b639cf
Pipeline #83877 failed with stages
...@@ -304,7 +304,7 @@ const AddUserModal = props => { ...@@ -304,7 +304,7 @@ const AddUserModal = props => {
]} ]}
> >
<Input.Password <Input.Password
placeholder={rules ? rules.tip : '请输入账号密码(6~16位),必须包含数字与字母'} placeholder={rules ? rules.tip : '请输入账号密码长度6~16位,必须包含数字与字母'}
maxLength="16" maxLength="16"
onCopy={e => { onCopy={e => {
e.preventDefault(); e.preventDefault();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment