From feebf68645a0c91e07c7eadeb04ae970001f1fc1 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 31 十月 2022 22:53:44 +0800
Subject: [PATCH] 单兵设备、音柱

---
 src/views/layout/components/Main/index.vue |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/src/views/layout/components/Main/index.vue b/src/views/layout/components/Main/index.vue
index ac1c48f..1bf7ce1 100644
--- a/src/views/layout/components/Main/index.vue
+++ b/src/views/layout/components/Main/index.vue
@@ -1,16 +1,31 @@
 <template>
   <el-main>
-    <NavBar/>
-    <router-view></router-view>
+    <!-- <NavBar /> -->
+    <div class="content">
+      <router-view></router-view>
+      <!-- 搴曢儴鍖哄煙 -->
+      <!-- <MyFooter/> -->
+    </div>
   </el-main>
 </template>
 
 <script>
+// import MyFooter from "../Footer"
 import NavBar from "../NavBar"
 export default {
   name: "Main",
-  components:{
+  components: {
+    // MyFooter,
     NavBar
   }
 };
-</script>
\ No newline at end of file
+</script>
+<style lang="scss">
+.el-main {
+  min-width: 1024px;
+  padding: 0;
+  .content {
+    padding: 11px;
+  }
+}
+</style>

--
Gitblit v1.8.0