qinxianzhangyao
2023-10-31 c5351e5f1d21b848bbaaa403726115d220443074
src/App.vue
@@ -8,7 +8,6 @@
<script>
import ThemePicker from "@/components/ThemePicker";
import devPixelRatio from "@/utils/devicePixelRatio.js";
export default {
  name: "App",
  components: { ThemePicker },
@@ -21,7 +20,6 @@
    }
  },
  created() {
    new devPixelRatio().init(); // 初始化页面比例
  },
};
</script>
@@ -29,6 +27,11 @@
#app .theme-picker {
  display: none;
}
/* #app{
  width:1920px;
  height:1080px;
} */
body {
  margin: 0;