flex布局中控制文字超出部分隐藏
.shangpin div p{
/* width: 213px; */
font-size: 16px;
text-overflow: ellipsis;
white-space:nowrap;
overflow: hidden;
}
文字区域设置
父级设置
.shangpin div{
/* margin-left: -100px; */
flex: 1;
width: 0;
}
需要设置
width: 0;


浙公网安备 33010602011771号