.item-header { height: 50px; /*padding-right: 20px;*/
display: flex; justify-content: space-between; align-items: center; flex-direction: row; /*flex-wrap: wrap;*/}我打算flex布局,头像div单独占据左边一个列(width:70px),然后右边为留言内容,占据剩下百分之百的尺寸(width:calc(100%-70px)),上面那段代码为此div的父div样式。现在的问题就是这个div下的其他div或者p标签内文字过多不会自动换行,设置white-space: normal;都无效,请问一下怎么解决
2 回答
- 2 回答
- 0 关注
- 11004 浏览
添加回答
举报
0/150
提交
取消