瀏覽代碼

样式修改

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>