mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-29 12:43:25 +08:00
feat: 添加bbs前端搭建
This commit is contained in:
21
Yi.BBS.Vue3/src/layout/AppBody.vue
Normal file
21
Yi.BBS.Vue3/src/layout/AppBody.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
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>
|
||||
Reference in New Issue
Block a user