feat: 聊天室前端布局
This commit is contained in:
17
Yi.Bbs.Vue3/src/layout/ChatLayout.vue
Normal file
17
Yi.Bbs.Vue3/src/layout/ChatLayout.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="chat-body" >
|
||||
|
||||
<RouterView />
|
||||
</div>
|
||||
</template>
|
||||
<style scoped>
|
||||
.chat-body
|
||||
{
|
||||
height: 100%;
|
||||
/* padding: 5%; */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user