mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix(login): fix login style close #306
This commit is contained in:
parent
bba7768759
commit
a84586e2f4
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user