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

2021-07-26  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读