使用Material UI Grid 时,它有超大的全屏并生成水平滚动条,如何解决?
const styles = theme => ({ root: { flexGrow: 1,}, paper: { padding: theme.spacing.unit * 2,textAlign: 'center',color: theme.palette.text.secondary,},});
Run Code Online (Sandbox Code Playgroud)
生成类似水平滚动条