【发布时间】:2021-10-31 12:18:58
【问题描述】:
Here is the complete code on codepen
.Card {
max-width: 20%;
max-height: 100%;
height: auto;
}
.Cards {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
除 iOS 13 之外的所有设备上的视图看起来都不错,看起来卡片被拉伸了。 Stretched on iOS 13
有谁知道如何解决这个问题? 谢谢!!!
【问题讨论】:
标签: javascript css ios iphone browser