Files
aida_front/src/App.vue

13 lines
213 B
Vue
Raw Normal View History

2023-01-06 16:00:15 +08:00
<template>
<router-view/>
</template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2024-12-19 13:47:55 +08:00
height: 100%;
2023-01-06 16:00:15 +08:00
}
</style>