2格式化样式

 

 

https://github.com/jgthms/minireset.css/blob/master/minireset.css

把里面内容复制粘贴放入public/css/reset.css

加入

html, body {
  width: 100%;
  height: 100%;
}
#root {
  width: 100%;
  height: 100%;
}

然后引入public/index.html

 <title>React App</title>
    <link rel="stylesheet" href="/css/reset.css">
posted @ 2019-11-10 15:53  燕子fly  阅读(132)  评论(0编辑  收藏  举报