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,8 +25,8 @@ min-width: 1024px; padding: 0; .content { background-color: #070f22; padding: 11px; height: 100%; } } </style>