固定 AppBar 的正确方法是什么?
What's the proper way to make the AppBar fixed?
如何让AppBar固定在顶部,只让内容垂直滚动?
您必须为此选择自定义应用程序路线:
- 开始遵循 documentation
- 实施您自己的
AppBar
自定义组件 Material UI component. You can copy/paste the original code from here
您可能需要使用 style 道具对其进行自定义。
如何让AppBar固定在顶部,只让内容垂直滚动?
您必须为此选择自定义应用程序路线:
- 开始遵循 documentation
- 实施您自己的
AppBar
自定义组件 Material UI component. You can copy/paste the original code from here
您可能需要使用 style 道具对其进行自定义。