微信小程序换行限制行数
2018-08-29 本文已影响0人
辽宁冠军
.userBackground {
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
width: 90vw;
height: 90px;
//设置最多行数的高后
overflow: hidden;
}
.userBackground {
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
width: 90vw;
height: 90px;
//设置最多行数的高后
overflow: hidden;
}