Commit a9e1eea957a8fe9ad7af9a0a67512469d4fa46ff

Authored by liuqimichale
1 parent 1adfb32d

first

Showing 1 changed file with 7 additions and 7 deletions
src/App.vue
... ... @@ -18,11 +18,11 @@ export default {
18 18 </script>
19 19  
20 20 <style>
21   -#app {
22   - width: 100%;
23   - height: 100%;
24   - font-family: 'Avenir', Helvetica, Arial, sans-serif;
25   - -webkit-font-smoothing: antialiased;
26   - -moz-osx-font-smoothing: grayscale;
27   -}
  21 + #app {
  22 + width: 100%;
  23 + height: 100%;
  24 + font-family: 'Avenir', Helvetica, Arial, sans-serif;
  25 + -webkit-font-smoothing: antialiased;
  26 + -moz-osx-font-smoothing: grayscale;
  27 + }
28 28 </style>
... ...