height: 200px;
.demo-column{
height: 200px;
flex-direction: column;
}
这段代码中的:height: 200px;有什么作用,因为我去掉这个高度或者改变其中的数值,都有不同的变化。
.demo-column{
height: 200px;
flex-direction: column;
}
这段代码中的:height: 200px;有什么作用,因为我去掉这个高度或者改变其中的数值,都有不同的变化。
2016-04-30
举报