From 62ee28fadf872a3336cc19f3dda9c91e8ee49e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=AD=A6=E5=9D=A4?= <1107410514@qq.com> Date: Tue, 24 Sep 2019 20:48:42 +0800 Subject: [PATCH] kun 19/9/24 20:48 --- src/App.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/App.vue b/src/App.vue index a079474..d371835 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,6 +8,18 @@ * { margin: 0; padding: 0; + + /*隐藏滚动条,当IE下溢出,仍然可以滚动*/ + -ms-overflow-style: none; + /*火狐下隐藏滚动条*/ + scrollbar-width: none; +} + +html { + /*隐藏滚动条,当IE下溢出,仍然可以滚动*/ + -ms-overflow-style: none; + /*火狐下隐藏滚动条*/ + scrollbar-width: none; } body { background-color: #fcfbfb;