src/views/layout/components/Main/index.vue
@@ -10,12 +10,12 @@ </template> <script> import MyFooter from "../Footer" // import MyFooter from "../Footer" import NavBar from "../NavBar" export default { name: "Main", components: { MyFooter, // MyFooter, NavBar } }; @@ -25,7 +25,6 @@ min-width: 1024px; padding: 0; .content { background-color: #070f22; padding: 11px; } }