From e2ffe9683ef007a45afbcdd897985d64cdcc7391 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 24 十一月 2022 11:26:31 +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