标签: material-ui
我如何拥有一个具有自动宽度的网格容器?我想让我的网格适合它的内容 https://codesandbox.io/s/material-demo-forked-78uld
我想尽量减少红色框
答案 0 :(得分:1)
Ciao,您可以通过以下方式在width: "fit-content"类中设置container:
width: "fit-content"
container
container: { backgroundColor: "red", width: "fit-content" }
Here您的代码和框已修改。