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 } }; @@ -26,6 +26,7 @@ padding: 0; .content { padding: 11px; height: 100%; } } </style>