From f1f009da3b54ba5d0496b109b110bba690688891 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 19 Mar 2023 15:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E6=89=8B=E6=9C=BA=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/index.less b/src/layouts/index.less index 0c44db37..194dd793 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -10,6 +10,10 @@ } body { + // 禁止手机页面下拉刷新 + overflow: hidden; + + // 禁止手机页面弹簧效果 position: fixed; top: 0; left: 0;