jiangchengfeiyi-Web/src/App.vue
2024-10-23 19:47:37 +08:00

24 lines
235 B
Vue

<template>
<RouterView></RouterView>
</template>
<script setup lang="ts">
</script>
<style scoped>
html{
padding:0;
margin: 0;
}
body{
padding: 0;
margin: 0;
overflow: hidden;
width: 100%;
height: 100%;
}
</style>