From e68ad3873788c685753bac81d85307e2e73c0d5d Mon Sep 17 00:00:00 2001 From: fengchengzhi Date: Mon, 17 Sep 2018 14:05:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/style.css | 2 ++ src/view/home.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/assets/styles/style.css b/src/assets/styles/style.css index 559179f..d5a0c28 100644 --- a/src/assets/styles/style.css +++ b/src/assets/styles/style.css @@ -9,6 +9,7 @@ html,body { width: 100%; height: 100%; overflow-y: scroll; + -webkit-overflow-scrolling : touch; background:rgba(243,243,243,1); } @@ -372,6 +373,7 @@ html,body { top: 0.9rem; bottom: 0; overflow-y: scroll; + -webkit-overflow-scrolling : touch; } .put-money .content-box { diff --git a/src/view/home.vue b/src/view/home.vue index dff4ada..fd5c2bf 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -255,6 +255,7 @@ .home .page-content { background:rgba(255,255,255,1); padding-bottom: 1rem; + -webkit-overflow-scrolling : touch; } .home .page-content .banner { max-height: 3rem;