update default media queries breakpoints

This commit is contained in:
梁灏 2019-02-27 16:19:15 +08:00
parent 4a90d20aa9
commit 6e97df10d9
11 changed files with 60 additions and 33 deletions

View file

@ -123,7 +123,7 @@
}
}
@media (max-width: 768px) {
@media (max-width: @screen-sm) {
.@{modal-prefix-cls} {
width: auto !important;
margin: 10px;

View file

@ -61,7 +61,7 @@
}
}
@media (max-width: 768px) {
@media (max-width: @screen-sm) {
.@{scroll-prefix-cls} {
}
}