fit-content
介绍
fit-content()
目前只有 width,height 支持该值,排版中取下列两者间的较大值: - 0 - 内容最大大小和fit-content()
中指定值的较小值
fit-content
等价于 fit-content(auto)
,auto 指定值与父元素对应轴长度一致。
示例
width: fit-content;
height: fit-content(200px);
1
2
2
fit-content()
目前只有 width,height 支持该值,排版中取下列两者间的较大值: - 0 - 内容最大大小和fit-content()
中指定值的较小值
fit-content
等价于 fit-content(auto)
,auto 指定值与父元素对应轴长度一致。
width: fit-content;
height: fit-content(200px);