材质ui自动宽度网格容器

时间:2020-08-26 08:44:38

标签: material-ui

我如何拥有一个具有自动宽度的网格容器?我想让我的网格适合它的内容 https://codesandbox.io/s/material-demo-forked-78uld

我想尽量减少红色框

1 个答案:

答案 0 :(得分:1)

Ciao,您可以通过以下方式在width: "fit-content"类中设置container

container: {
   backgroundColor: "red",
   width: "fit-content"
}

Here您的代码和框已修改。