给父元素添加{
display:flex;
}
给父元素里面的图片添加{
flex-shrink:0;
width:100%;
height: 100%;
}
flex下图片变形的问题
最新推荐文章于 2021-08-07 12:05:36 发布
给父元素添加{
display:flex;
}
给父元素里面的图片添加{
flex-shrink:0;
width:100%;
height: 100%;
}