gpt4 book ai didi

html - 网格布局 - 这可能使用 flexbox 吗?

转载 作者:太空狗 更新时间:2023-10-29 15:17:09 27 4
gpt4 key购买 nike

我目前正在使用以下网格布局:

display: -ms-grid;
-ms-grid-columns: 400px 100px max-content 1fr 50px;
-ms-grid-rows: 1fr 1fr;

类似于此布局:

| <----------------- this has a fixed width --------------------------> |

+----------+----------+-------------------+-----------------+-----------+
|<- fix -> |<- fix -> | <--- growing ---> | <- shrinking -> | <- fix -> |
+----------+----------+-------------------+-----------------+-----------+
| | | max-width content | | |
+----------+----------+-------------------+-----------------+-----------+

现在,为了获得更多浏览器支持,我可以使用 polyfill或者切换到 flexbox 布局(大多数现代浏览器都支持)。上面的布局可以用 flexbox 实现吗?

最佳答案

简而言之:
如果一个或多个单元格具有动态宽度,则不可能基于具有多行和相等大小“列”的 flexbox 布局模型创建布局。

关于html - 网格布局 - 这可能使用 flexbox 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21623486/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com