【发布时间】:2021-08-21 01:22:33
【问题描述】:
我在 react 中使用 makestyles,但我无法弄清楚为什么之前的内容不会显示。如果我将内容设为图片但不显示文字,它将起作用。
进一步澄清之前元素根本没有被渲染。
cardPoint: {
alignSelf: 'center',
justifySelf: 'start',
maxWidth: '250px',
position: 'relative',
"&:before": {
content: 'Look at me',
display: 'inline-block',
color: '#000',
},
}
【问题讨论】:
标签: javascript css reactjs material-ui makestyles