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.
18 lines
352 B
18 lines
352 B
<template> |
|
<router-view /> |
|
</template> |
|
|
|
<style lang="scss"> |
|
// @import '@/assets/css/base.scss'; |
|
#app { |
|
font-family: Avenir, Helvetica, Arial, sans-serif; |
|
-webkit-font-smoothing: antialiased; |
|
-moz-osx-font-smoothing: grayscale; |
|
text-align: center; |
|
color: #FFF; |
|
width: 100%; |
|
height: 100%; |
|
overflow: auto; |
|
} |
|
|
|
</style>
|
|
|