Files
Yi.Admin/Yi.BBS.Vue3/src/layout/AppBody.vue

21 lines
249 B
Vue
Raw Normal View History

2023-03-03 21:58:58 +08:00
import { h } from 'vue';
<template class="back-color">
<div class="body-main"> 身体 <RouterView /></div>
</template>
<style scoped>
.back-color{
}
.body-main{
min-height: 10rem;
min-width: 10rem;
background-color:#F0F2F5;
}
</style>