Skip to content

Commit

Permalink
fix: style compatibility Processing
Browse files Browse the repository at this point in the history
Closes #30
  • Loading branch information
vvpvvp committed Jul 11, 2019
1 parent 567c59d commit a57e239
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@
box-shadow: inset 0 0 0 1000px #fff;
}
}
input:focus + .placeholder,input:-webkit-autofill + .placeholder, .placeholder.fixed{
input:focus + .placeholder, .placeholder.fixed{
font-size: 13px;
top: -16px;
}
input:-webkit-autofill + .placeholder {
font-size: 13px;
top: -16px;
}
Expand Down

0 comments on commit a57e239

Please sign in to comment.