大数据展示系统-前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
311 B

2 years ago
2 years ago
2 years ago
  1. <template>
  2. <div id="app">
  3. <keep-alive>
  4. <router-view />
  5. </keep-alive>
  6. </div>
  7. </template>
  8. <style lang="scss">
  9. body {
  10. margin: 0;
  11. padding: 0;
  12. }
  13. #app {
  14. font-family: Avenir, Helvetica, Arial, sans-serif;
  15. -webkit-font-smoothing: antialiased;
  16. -moz-osx-font-smoothing: grayscale;
  17. }
  18. </style>