Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/86.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 证明内容在真实元素中消失_Html_Css_Reactjs - Fatal编程技术网

Html 证明内容在真实元素中消失

Html 证明内容在真实元素中消失,html,css,reactjs,Html,Css,Reactjs,我在用react。我可以用react工具在chrome中看到justifyContent,但它在real元素中消失了。有人知道发生了什么吗 在react中为内容辩护 为内容辩护消失 您的css中有一个输入错误:证明内容的正确性:'spcace between'。 它应该是空格而不是spcace.由于拼写错误,请更改为内容的正当性:“空格-中间”发生在我们当中最好的人身上。谢谢!我花了两个小时做这个……下次我会先检查我的拼写 circleSet: { position: 'absolute'

我在用react。我可以用react工具在chrome中看到
justifyContent
,但它在real元素中消失了。有人知道发生了什么吗

在react中为内容辩护

为内容辩护
消失
您的css中有一个输入错误:
证明内容的正确性:'spcace between'

它应该是空格而不是spcace.

由于拼写错误,请更改为内容的正当性:“空格-中间”发生在我们当中最好的人身上。谢谢!我花了两个小时做这个……下次我会先检查我的拼写
circleSet: {
  position: 'absolute',
  top: 0,
  left: 0,
  display: 'flex',
  width:'100%',
  height: '104px',
  alignItems: 'center',
  justifyContent: 'spcace-between',
}