fix: #648 password input style

This commit is contained in:
Yidadaa
2023-04-09 23:35:45 +08:00
parent 3cfec63a95
commit 174c745279
2 changed files with 12 additions and 3 deletions

View File

@@ -19,11 +19,16 @@
cursor: pointer;
}
.password-input {
.password-input-container {
max-width: 50%;
display: flex;
justify-content: flex-end;
.password-eye {
margin-right: 4px;
}
.password-input {
min-width: 80%;
}
}