1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-23 08:00:22 +08:00

feat: 添加simple、normal、full 等layout布局

This commit is contained in:
zclzone
2023-12-16 18:56:59 +08:00
parent 3f1e92e066
commit b4ebae4f42
35 changed files with 270 additions and 970 deletions

View File

@@ -1,7 +1,7 @@
<!--------------------------------
- @Author: Ronnie Zhang
- @LastEditor: Ronnie Zhang
- @LastEditTime: 2023/12/13 20:54:55
- @LastEditTime: 2023/12/16 18:51:02
- @Email: zclzone@outlook.com
- Copyright © 2023 Ronnie Zhang(大脸怪) | https://isme.top
--------------------------------->
@@ -18,6 +18,9 @@
<article class="w-0 flex-col flex-1">
<AppHeader class="h-60 flex-shrink-0" />
<div class="p-12" border-b="1px solid light_border dark:dark_border">
<AppTab class="flex-shrink-0" />
</div>
<slot />
</article>
</div>
@@ -25,6 +28,7 @@
<script setup>
import { useAppStore } from '@/store'
import { AppTab } from '@/layouts/components'
import SideBar from './sidebar/index.vue'
import AppHeader from './header/index.vue'