Skip to content

Commit

Permalink
fix(login): fix login style close #306
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Feb 25, 2021
1 parent bba7768 commit a84586e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/views/sys/login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,17 @@
input:not([type='checkbox']) {
min-width: 360px;
@media (max-width: @screen-lg) {
min-width: 300px;
}
@media (max-width: @screen-md) {
min-width: 280px;
}
@media (max-width: @screen-sm) {
min-width: 240px;
min-width: 260px;
}
}
.@{countdown-prefix-cls} input {
Expand Down

0 comments on commit a84586e

Please sign in to comment.