From b4596c8a18d1e6641c6aa553fefed097f725b1f5 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期二, 14 五月 2024 21:16:55 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/App.vue b/src/App.vue
index ce55209..5f1ce5a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -19,10 +19,13 @@
 </script>
 
 <style lang="less">
+  html,body{
+    width: 100%;
+    height: 100%;
+    margin: 0;
+  }
   #app {
-    max-width: 816px;
-    min-width: 375px;
-    margin: 0 auto;
-    padding-bottom: 100px;
+    width: 100%;
+    height: 100%;
   }
 </style>

--
Gitblit v1.9.1