From 2706a375cc779a77674c9f3df3833d9a3f804d59 Mon Sep 17 00:00:00 2001
From: ColorWhiteDeveloper <2632970487@qq.com>
Date: 星期一, 19 九月 2022 18:35:07 +0800
Subject: [PATCH] 修改样式

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

diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index c9bb95e..112b4ad 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -2,7 +2,7 @@
   <el-container id="body-wrapper">
     <!-- 渚ц竟瀵艰埅鏍� -->
     <Menu />
-    <el-container>
+    <el-container class="content">
       <!-- 澶撮儴 -->
       <Header />
       <!-- 鍐呭鍖哄煙 -->
@@ -35,7 +35,7 @@
   margin-top: 60px;
 }
 
-.my-el-container {
+.content{
   display: flex;
   flex-direction: column;
 }

--
Gitblit v1.8.0