美文网首页
Vue项目|背景和与浏览器边框有白色间隙

Vue项目|背景和与浏览器边框有白色间隙

作者: 你家门口的两朵云 | 来源:发表于2021-07-26 20:51 被阅读0次
如图所示,需要设置

最外层<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

相关文章

网友评论

      本文标题:Vue项目|背景和与浏览器边框有白色间隙

      本文链接:https://www.haomeiwen.com/subject/rvzomltx.html