faet: 添加bbs vue3前端

This commit is contained in:
橙子
2023-03-05 20:30:44 +08:00
parent a55cba4c1f
commit 2d328234a1
16 changed files with 556 additions and 213 deletions

View File

@@ -1,13 +1,10 @@
<template class="back-color">
<div class="body-main">
<div class="content-main">
<RouterView />
</div>
</div>
</template>
<style scoped>
@@ -19,7 +16,7 @@ background-color:#F0F2F5;
}
.content-main{
max-width:1100px;
max-width:1200px;
margin: 0 auto;
}
</style>