From 77bbb07044f0e139c20c979c39682c751b7ea0d4 Mon Sep 17 00:00:00 2001
From: yang <1441163367@qq.com>
Date: 星期三, 02 十一月 2022 03:33:05 +0800
Subject: [PATCH] 修改新增简易案件问题

---
 src/App.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 3980a82..f3bbc6f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -22,6 +22,9 @@
   h1,h2,h3{
     margin:0;
   }
+  body{
+    width: 100%;
+  }
   #app {
     width: 100%;
     height: 100%;

--
Gitblit v1.9.1