@@ -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>