很简单只需要给page设置高度就可以了
wxss:
page{
height: 100%;/*生效*/
}
.container{
width: 100%;
height: 100%;/*不生效*/
background:red;
}
很简单只需要给page设置高度就可以了
wxss:
page{
height: 100%;/*生效*/
}
.container{
width: 100%;
height: 100%;/*不生效*/
background:red;
}