guhongwei 5 年之前
父节点
当前提交
ffdad4b714
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/App.vue

+ 1 - 2
src/App.vue

@@ -18,14 +18,13 @@ export default {
 };
 };
 </script>
 </script>
 
 
-<style lang="less" scoped>
+<style lang="less">
 html {
 html {
   overflow-x: hidden;
   overflow-x: hidden;
   overflow-y: auto;
   overflow-y: auto;
 }
 }
 body {
 body {
   margin: 0;
   margin: 0;
-  padding: 0;
   overflow-x: hidden;
   overflow-x: hidden;
 }
 }
 </style>
 </style>