我在反应中使用makestyles,我不明白为什么之前的内容不会显示。如果我将内容制作成图片但它不会显示文本,它将起作用。
为了进一步澄清之前元素根本没有被渲染。
cardPoint: {
alignSelf: 'center',
justifySelf: 'start',
maxWidth: '250px',
position: 'relative',
"&:before": {
content: 'Look at me',
display: 'inline-block',
color: '#000',
},
}