<div
                    style={{
                      flex: '1.3',
                      marginRight: '10px',
                      position: 'relative',
                      height: '230px',
                    }}
                  >
                    <Image
                      layout="fill"
                      objectFit="cover"
                      height="230"
                      src="/avatar1.png"
                      alt=""
                    />
                  </div>
View Code

父元素:position: 'relative',

Image组件:layout="fill"  objectFit="cover"
效果图

 

 

posted on 2022-12-23 14:58  刘世涛6192  阅读(220)  评论(0编辑  收藏  举报