From 0a6f89cc126ef05f51b62565c3ea004e82d078b8 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期一, 24 十月 2022 16:32:35 +0800
Subject: [PATCH] 添加案件池违建选择所属街道

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

diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index c9bb95e..1a11f8c 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,13 +35,14 @@
   margin-top: 60px;
 }
 
-.my-el-container {
+.content{
   display: flex;
   flex-direction: column;
+  height: 100%;
 }
 
 .el-main {
-  background-color: #f0f2f5;
+  background-color: #070f22;
   color: #333;
   text-align: center;
   line-height: 160px;

--
Gitblit v1.8.0