React实现图片自适应
Posted 前端小歌谣
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React实现图片自适应相关的知识,希望对你有一定的参考价值。
数据格式
[1xxxx,2xxxx,3xxxx,4xxxx,5xxxx,6xxxx,7xxxx,8,xxxx,9xxxx]
运行效果
代码部分
<div
gutter={24}
style={
{
width: \'100%\',
display: \'flex\',
justifyContent: \'space-between\',
flexWrap: \'wrap \',
}}
>
{item.imgList &&
item.imgList.map((itemList, index) => (
<div
style={
{ width: \'30%\' }}
sp
以上是关于React实现图片自适应的主要内容,如果未能解决你的问题,请参考以下文章