From 0cf2375b6de4c9b65a10aa1c9d4cef9bb5936fe1 Mon Sep 17 00:00:00 2001 From: ColorWhiteDeveloper <2632970487@qq.com> Date: 星期一, 19 九月 2022 18:02:40 +0800 Subject: [PATCH] 页面重构 --- src/views/layout/components/Main/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/layout/components/Main/index.vue b/src/views/layout/components/Main/index.vue index f5301df..43c14f7 100644 --- a/src/views/layout/components/Main/index.vue +++ b/src/views/layout/components/Main/index.vue @@ -1,10 +1,10 @@ <template> <el-main> - <NavBar /> + <!-- <NavBar /> --> <div class="content"> <router-view></router-view> <!-- 搴曢儴鍖哄煙 --> - <MyFooter/> + <!-- <MyFooter/> --> </div> </el-main> </template> @@ -25,7 +25,7 @@ min-width: 1024px; padding: 0; .content { - background-color: #f0f2f5; + background-color: #070f22; padding: 11px; } } -- Gitblit v1.8.0