如图所示,需要设置
最外层<body/>标签,添加样式,设置外边框为0,具体代码如下
<body style="margin: 0px; padding: 0px">
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
public/index.html
Home页面header
网友评论