将body的内外边距修改为0

This commit is contained in:
Cool 2023-11-20 20:15:17 +08:00
parent c08d45149c
commit 35463b2997
1 changed files with 22 additions and 14 deletions

View File

@ -14,4 +14,12 @@
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
<style>
body{
margin: 0;
padding: 0;
background-color: rgb(245, 245, 245) ;
}
</style>
</html> </html>