Files
aida_front/src/App.vue
X1627315083 82836a7b27 fix
2024-12-19 13:47:55 +08:00

13 lines
213 B
Vue

<template>
<router-view/>
</template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
}
</style>