Fix characters passing through password icon (#622)
Fix password input style
This commit is contained in:
commit
16ed5f67aa
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export default function InputComponent({
|
|||
if (disableCopyPaste) setDisableCopyPaste(false);
|
||||
}}
|
||||
className={classNames(
|
||||
" pr-12 ",
|
||||
" pr-9 ",
|
||||
disabled ? " input-disable " : "",
|
||||
password && !pwdVisible && myValue !== "" ? "password" : "",
|
||||
editNode ? " input-edit-node " : " input-primary ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue