mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 布局调整
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
<style scoped></style>
|
@ -1,8 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
<style scoped></style>
|
15
src/layouts/BasicLayout/index.vue
Normal file
15
src/layouts/BasicLayout/index.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<n-layout has-sider>
|
||||
<n-layout-sider />
|
||||
<n-layout>
|
||||
<n-layout-header></n-layout-header>
|
||||
<n-layout-content>
|
||||
<router-view />
|
||||
</n-layout-content>
|
||||
<n-layout-footer></n-layout-footer>
|
||||
</n-layout>
|
||||
</n-layout>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
<style scoped></style>
|
@ -1,3 +1,3 @@
|
||||
import BasicLayout from './BasicLayout.vue';
|
||||
import BasicLayout from './BasicLayout/index.vue';
|
||||
|
||||
export { BasicLayout };
|
||||
|
Reference in New Issue
Block a user