在谷歌浏览器中如果只对flex布局模式下的图片单独对width调整,高度不会改变,火狐中没这个问题。求解答。<div class="test">
<img src="images/1.jpg">
</div>.test
{
display:flex;
}
.test img
{
width:50%;
}
- 2 回答
- 0 关注
- 5274 浏览
添加回答
举报
0/150
提交
取消