Skip to content

Commit

Permalink
fix: fix issue#1, remove the background color after autofill
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickEye authored and jeffery021121 committed Aug 8, 2023
1 parent a89d3e9 commit 6b6d33f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/users/UserLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,9 @@ const handleSubmit = e => {
cursor: pointer;
}
}
.n-input:deep(input.n-input__input-el:autofill),
.n-input:deep(input.n-input__input-el:-webkit-autofill) {
transition: background-color 9999s ease-in-out 9999999s !important;
}
</style>

0 comments on commit 6b6d33f

Please sign in to comment.