From 87de9c0addfd711f23b1561d68350d07a8b30fae Mon Sep 17 00:00:00 2001 From: 383514580 <383514580@qq.com> Date: Tue, 25 Jun 2019 21:25:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E4=B8=BA=E6=82=AC=E6=B5=AE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 + src/App.vue | 241 ++++++++++++++++++++++++++++++---------------- 2 files changed, 158 insertions(+), 84 deletions(-) diff --git a/public/index.html b/public/index.html index 55b7ac1..7d239bc 100644 --- a/public/index.html +++ b/public/index.html @@ -14,6 +14,7 @@ margin: 0; box-sizing: border-box; } + body{overflow-x: hidden;overflow-y:scroll;} a{ text-decoration:none; diff --git a/src/App.vue b/src/App.vue index 120b1cf..0c170b5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,71 +1,81 @@