Files
bj_power/bj_power_mes/frontend/src/App.vue
T
2026-08-28 15:06:01 +08:00

11 lines
234 B
Vue

<template>
<router-view />
</template>
<script setup>
</script>
<style>
html, body, #app { height: 100%; margin: 0; font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif; }
body { background: #f0f2f5; }
</style>