problem description
All the pages become larger after Weex0.20.1 runs; the style is set to
no-order {
width: 1136px;
margin-top: 140px;
justify-content: center;
align-items: center;
}
the environmental background of the problems and what methods you have tried
it"s OK to delete width, but a lot of code in our project sets width
.related codes
/ / Please paste the code text below (do not replace the code with pictures)
no-order {
width: 1136px;
margin-top: 140px;
justify-content: center;
align-items: center;
}
what result do you expect? What is the error message actually seen?
how to set up width to work properly? what was modified in version 0.20.1 that caused the problem?