From c5351e5f1d21b848bbaaa403726115d220443074 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期二, 31 十月 2023 15:36:24 +0800
Subject: [PATCH] qxtj

---
 src/App.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 3194fbc..f37c0d8 100644
--- a/src/App.vue
+++ b/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;

--
Gitblit v1.8.0