Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每个组件的字体看起来都很小,请建议我在组栏和分页中明确增加字体大小
如何安装 MuiThemeProvider,我也在尝试,但说组件不可用
您必须安装 material-ui/core (它是材料表的每个依赖项)。导入它并使用来自 material-ui/core 的主题提供程序包装您的表格或整个应用程序并提供一个主题。
查看文档。这是一个例子。