소스 검색

样式修改

tanxue 5 달 전
부모
커밋
f812b565b7
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      App.vue

+ 6 - 0
App.vue

@@ -17,4 +17,10 @@
 <style lang="scss">
 	/* 公共样式 */
  @import '/common/styles/index.scss';
+ body, html, #app {
+   font-family: "Helvetica Neue","Microsoft YaHei", "SimHei","SimSun", "Arial", sans-serif;
+   margin: 0;
+   padding: 0;
+   box-sizing: border-box;
+ }
 </style>