fix(login): fix login style close #306

This commit is contained in:
Vben 2021-02-26 00:17:50 +08:00
parent bba7768759
commit a84586e2f4

View File

@ -156,8 +156,17 @@
input:not([type='checkbox']) { input:not([type='checkbox']) {
min-width: 360px; min-width: 360px;
@media (max-width: @screen-lg) {
min-width: 300px;
}
@media (max-width: @screen-md) {
min-width: 280px;
}
@media (max-width: @screen-sm) { @media (max-width: @screen-sm) {
min-width: 240px; min-width: 260px;
} }
} }
.@{countdown-prefix-cls} input { .@{countdown-prefix-cls} input {