From 5eebeba2a160192d48344ab587e90faaf6135dd8 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期一, 03 六月 2024 15:45:44 +0800
Subject: [PATCH] feat:用户信息面板

---
 src/layout/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 6811d3f..9e50aa0 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -5,6 +5,7 @@
 <template>
   <div class="page-container w-screen h-screen flex flex-col">
     <Header></Header>
+    
     <div class="page-content w-screen grow relative">
       <div class="page-wrapper bg-slate-50 absolute top-0 left-0 right-0 bottom-0 overflow-y-auto">
         <el-scrollbar>

--
Gitblit v1.8.0