组件

宽高比

以所需的比例显示内容。

A house in a forest
<AspectRatio ratio={16 / 8}>
<img src="https://images.unsplash.com/photo-1479030160180-b1860951d696?&auto=format&fit=crop&w=1200&q=80" alt="A house in a forest" style={{ objectFit: 'cover', width: '100%', height: '100%', borderRadius: 'var(--radius-2)', }} />
</AspectRatio>

API 参考

此组件继承自 纵横比基本组件 的属性。

下一页头像