Files
Yi.Admin/Yi.Bbs.Vue3/src/layout/AppBody.vue
2024-06-05 23:23:33 +08:00

16 lines
232 B
Vue

<template>
<div class="content-main">
<RouterView />
</div>
</template>
<style scoped>
.content-main {
width: 100%;
/* height: 100%; */
display: flex;
justify-content: center;
/* min-height: 1150px; */
}
</style>