guhongwei 5 년 전
부모
커밋
ffdad4b714
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/App.vue

+ 1 - 2
src/App.vue

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