From e9cc2a95249cd4a1a86d5ce331f0bb7efbff97a6 Mon Sep 17 00:00:00 2001
From: zpzgiser <45806316+zpzgiser@users.noreply.github.com>
Date: Tue, 13 Jul 2021 20:43:12 +0800
Subject: [PATCH] 首页

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

diff --git a/src/App.vue b/src/App.vue
index 2959c60..e5b5969 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -22,6 +22,7 @@
 #app {
   width: 100%;
   height: 100%;
-  overflow: hidden;
+  // overflow: hidden;
+  overflow: auto;
 }
 </style>

--
Gitblit v1.9.3