小编Yar*_*nov的帖子

Material UI:迁移到版本 5 后 useStyles (makeStyles) 的优先级较低

当我迁移到 Material Ui 版本 5 时,我所有的样式开始具有较低的样式优先级

const useStyles = makeStyles((theme) => ({
    drawer: {
        [theme.breakpoints.down('md')]: {
            width: 0,
        }
    },
    drawerPaper: {
        background: theme.palette.primary.main,
        width: drawerWidth,
    },
}))
Run Code Online (Sandbox Code Playgroud)

reactjs material-ui

11
推荐指数
1
解决办法
1万
查看次数

标签 统计

material-ui ×1

reactjs ×1