src/components/MainLayout.vue
@@ -1,6 +1,6 @@ <template> <HeaderMenu /> <router-view style="margin-top: 62px;" /> <router-view style="margin-top: 70px;" /> <Footer></Footer> </template> @@ -12,4 +12,5 @@ </script> <style scoped> </style> </style>