qa_portal_vue/app/app.vue

19 lines
337 B
Vue
Raw Normal View History

2026-01-28 11:35:14 +08:00
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>
<script>
</script>
<style>
body{
font-family: -apple-system, BlinkMacSystemFont, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
2026-03-10 16:05:53 +08:00
.right_main{
font-size: 14px;
}
2026-01-28 11:35:14 +08:00
</style>