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;