1. css中设置div的样式position:fixed;及height:100%,width:100%

<template>
  <div class="html body">
</template>

.html{
  background:url('../img/bg.jpg') repeat center top #826e79;
  height: 100%;
  width: 100%;
  position: fixed;
}

2、App.vue中设置body

body {
    margin: 0;
    padding: 0;
  }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
  • 2022-02-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2021-09-16
相关资源
相似解决方案